Python 3.7 Numpy Load Valueerror: Cannot Reshape Array Of Size 5218288 Into Shape (1974,3,128,128,3)
Traceback (most recent call last): File '3dagn.py', line 468, in hybrid_network() File '3dagn.py', line 107, in hybrid_network appx = np.load('file.npy')
Solution 1:
It probably would be because of a damaged numpy file. In my case the file wasn't transferred correctly between servers. Re-transferring it solved the issue.
Post a Comment for "Python 3.7 Numpy Load Valueerror: Cannot Reshape Array Of Size 5218288 Into Shape (1974,3,128,128,3)"