I have big dataset with 25000 image and I want to my model could be select 1000 image randomly for each epoch and for each epoch only 1000 image be select and be train. How can I do this in pytorch-lightning and in which part can I do this?(LightningDataModule in dataloader, LightningModule for describe model)
Asked
Active
Viewed 97 times