pytorch / ignite

High-level library to help with training and evaluating neural networks in PyTorch flexibly and transparently.
https://pytorch-ignite.ai
BSD 3-Clause "New" or "Revised" License
4.54k stars 619 forks source link

batch size scheduler #454

Open EvilPsyCHo opened 5 years ago

EvilPsyCHo commented 5 years ago

Does the module implement the batch_size scheduler?

vfdev-5 commented 5 years ago

@EvilPsyCHo no it is not implemented. I think this should be done on BatchSampler-side of the DataLoader. Thoughts ?