You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm having an issue when training label generator(running python train_label_generator.py --exp experiments/faces_seg.json)
Traceback (most recent call last):
File "train_label_generator.py", line 277, in <module>
main(opts)
File "train_label_generator.py", line 167, in main
train_data = trainData(torch.FloatTensor(all_feature_maps_train_all),
RuntimeError: [enforce fail at ..\c10\core\CPUAllocator.cpp:73] data. DefaultCPUAllocator: not enough memory: you tried to allocate 318767104000 bytes. Buy new RAM!
Does this mean that there is not enough RAM, not GPU memory?
So how much RAM did the author use?
The text was updated successfully, but these errors were encountered:
Hi, I'm having an issue when training label generator(running
python train_label_generator.py --exp experiments/faces_seg.json
)Does this mean that there is not enough RAM, not GPU memory?
So how much RAM did the author use?
The text was updated successfully, but these errors were encountered: