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.51k stars 612 forks source link

Fixed issue when DATALOADER_STOP_ITERATION event is triggered when engine.run(data=None, ...) #3217

Closed vfdev-5 closed 6 months ago

vfdev-5 commented 6 months ago

Fixes #3190

Description:

Check list: