-
Notifications
You must be signed in to change notification settings - Fork 173
Open
Description
Running python vae_train.py prompts a memory error on my system. I felt bad about this, but after running the numbers, vae_train.py needs to allocate ~125 GB of memory to this array!
>>> import numpy as np
>>> M = 1000
>>> N = 10000
>>> data = np.zeros((M*N, 64, 64, 3), dtype=np.uint8)
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
MemoryError
Metadata
Metadata
Assignees
Labels
No labels