How to load a list of numpy arrays to pytorch dataset loader?

后端 未结 0 1972
花落未央
花落未央 2020-12-23 05:32

I have a huge list of numpy arrays, where each array represents an image and I want to load it using torch.utils.data.Dataloader object. But the documentation of torch.utils

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