Python error shape
#11
by
andrescrz
- opened
I Have the next problem:
voices = np.fromfile('voices/af_heart.bin', dtype=np.float32).reshape(-1, 1, 256)
ValueError: cannot reshape array of size 32 into shape (1,256)
Well, for a some reason, the file is corrupted..
I downloaded it again and works!
Thanks!