Pytorch RuntimeError: [enforce fail at CPUAllocator.cpp:56] posix_memalign(&data, gAlignment, nbytes) == 0. 12 vs 0

it’s seem to very large .I have 600000 samples to map the low dim vector(d=5650),so I need a Tensor to load the vectors [600000x5650] :rofl: , PyTorch maybe can’t load so much。
just on CPUtensor