What is the most efficient way to load a large numpy `.npy` file as PyTorch dataset?

前端 未结 0 1186
暗喜
暗喜 2020-12-19 01:04

I have a large numpy .npy file, with shape like (100000, 200, 200) for ConvNet. The first dimension is sample size and the last two dimensions can

相关标签:
回答
  • 消灭零回复
提交回复
热议问题