HE2LaTeX
HE2LaTeX copied to clipboard
seq2seq.ipynb index 0 is out of bouds error
Train and test the seq2seq model run error
Seq2Seq.ipynb > run
x = xo[:,:26,:] y = yo[:,:26]
print(x[0])
run error message
IndexError Traceback (most recent call last)
IndexError: index 0 is out of bounds for axis 0 with size 0
But you have run the download.py script and
xo = np.load("iseq_n.npy")
yo = np.load("oseq_n.npy")
It perfectly works on my machine. Maybe you can give me some more information.