跑深度学习模型遇到问题
numworker=4时 遇到这两个错误
RuntimeError: Caught RuntimeError in DataLoader worker process 0
RuntimeError: [enforce fail at ..\c10\core\CPUAllocator.cpp:79] data. DefaultCPUAllocator: not enough memory: you tried to allocate 77070336 bytes.
然后我把numworker改成0
就不报错了
但是

内存还有这么多可用


怎么回事呢,虚拟内存也给了