PyTorch-MFNet icon indicating copy to clipboard operation
PyTorch-MFNet copied to clipboard

Out of memory

Open buaa-luzhi opened this issue 6 years ago • 1 comments

@cypw Hello! Out of memory will occur during the training and testing of ucf-101 data. I only have a 32G CPU. Is this a normal phenomenon? How much memory is needed to train the network properly? Thank you very much!

buaa-luzhi avatar Apr 09 '19 01:04 buaa-luzhi

32 GB RAM on the CPU side should be enough.

You can try to reduce num_woker to save some RAM: https://github.com/cypw/PyTorch-MFNet/blob/master/data/iterator_factory.py#L183

cypw avatar May 09 '19 05:05 cypw