janet
janet
**error:** Traceback (most recent call last): File ~/anaconda3/envs/convlstm/lib/python3.11/site-packages/spyder_kernels/py3compat.py:356 in compat_exec exec(code, globals, locals) File /data/SA-ConvLSTM-Pytorch-main/examples/moving_mnist_convlstm.py:71 main() File /data/SA-ConvLSTM-Pytorch-main/examples/moving_mnist_convlstm.py:67 in main experimenter.run() File /data/SA-ConvLSTM-Pytorch-main/pipelines/experimenter.py:43 in run self.__evaluate() File /data/SA-ConvLSTM-Pytorch-main/pipelines/experimenter.py:70 in __evaluate...
moving_mnist_convlstm.py code: ```python import os os.chdir('/data/SA-ConvLSTM-Pytorch-main') print(os.getcwd()) from torch import nn from torch.optim import Adam from convlstm.seq2seq import Seq2Seq, Seq2SeqParams from core.constants import WeightsInitializer from data_loaders.moving_mnist import MovingMNISTDataLoaders from pipelines.experimenter...
I tried this code, and the error changed to: ``` Traceback (most recent call last): File ~/anaconda3/envs/convlstm/lib/python3.11/site-packages/spyder_kernels/py3compat.py:356 in compat_exec exec(code, globals, locals) File /data/SA-ConvLSTM-Pytorch-main/examples/moving_mnist_convlstm.py:71 main() File /data/SA-ConvLSTM-Pytorch-main/examples/moving_mnist_convlstm.py:67 in main experimenter.run()...
No, I just used the original moving_mnist dataset to try input_seq_length = 15 and label_seq_length = 5