X-Git-Url: https://www.fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=pytorch.git;a=blobdiff_plain;f=attentiontoy1d.py;h=1dbd61415d3066671033c850c7ae00c269922146;hp=ef203403f93fd2a3b3793e746dcbb3ab5939bcdb;hb=1f16f4ade71103d9d7445d83e1e242314b735e25;hpb=0ca6f6d779888f1a9fa2caeb1326814094ed6904 diff --git a/attentiontoy1d.py b/attentiontoy1d.py index ef20340..1dbd614 100755 --- a/attentiontoy1d.py +++ b/attentiontoy1d.py @@ -147,7 +147,6 @@ def generate_sequences(nb): ###################################################################### import matplotlib.pyplot as plt -import matplotlib.collections as mc def save_sequence_images(filename, sequences, tr = None, bx = None): fig = plt.figure()