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
Setting validate_size to 0 in the config should result in no validation run ocurring, but instead a validation run does happen.
In pytorch_ignite.py:dist_data_loader there's no check for whether the validate_size is 0. If this check was added, we should just return None for "no dataloader".
The text was updated successfully, but these errors were encountered:
Setting
validate_size
to 0 in the config should result in no validation run ocurring, but instead a validation run does happen.In
pytorch_ignite.py:dist_data_loader
there's no check for whether the validate_size is 0. If this check was added, we should just returnNone
for "no dataloader".The text was updated successfully, but these errors were encountered: