You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi:
now ,I want to use the javacpp-pytorch supply the dataset and dataloader for load my local mnist data file ,but I am not use Mnist Dataset and MnistDataLoader ,I just use ChunkRandomDataLoader, and ChunkDataReader ChunkDataset RandomSampler, whole data have 60000 ,set batch size 32, but I found when I load data for model forward every batch is whole size data!!! , so I not know why the dataset and dataloader all not split data ,I know when I use ChunkDataReader load data file 60000 data are as one Example ,not one data as one Example ,so the ExampleVector are only one Example object .so we need split Example object at dataReader or Dataset or dataloader init ,but I not know when to do this. please tell me the logic for data split position and so on ,thanks
The text was updated successfully, but these errors were encountered:
Hi:
now ,I want to use the javacpp-pytorch supply the dataset and dataloader for load my local mnist data file ,but I am not use Mnist Dataset and MnistDataLoader ,I just use ChunkRandomDataLoader, and ChunkDataReader ChunkDataset RandomSampler, whole data have 60000 ,set batch size 32, but I found when I load data for model forward every batch is whole size data!!! , so I not know why the dataset and dataloader all not split data ,I know when I use ChunkDataReader load data file 60000 data are as one Example ,not one data as one Example ,so the ExampleVector are only one Example object .so we need split Example object at dataReader or Dataset or dataloader init ,but I not know when to do this. please tell me the logic for data split position and so on ,thanks
The text was updated successfully, but these errors were encountered: