problem when loading the test_set in MovingMNIST
zeynab opened this issue · 1 comments
zeynab commented
I get an error running the code with this error message:
ValueError: cannot reshape array of size 89276320 into shape (20,10000,64,64)
The error comes from line 23 in dataloader_moving_mnist.py:
dataset = np.load(path)
I was wondering how I can fix this formatting issue
zeynab commented
there was a problem with my file mapping in pycharm that caused the file to be corrupted.