Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pina/trainer.py
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ def _check_consistency_and_set_defaults(
else:
pin_memory = False
if num_workers is not None:
check_consistency(pin_memory, int)
check_consistency(num_workers, int)
else:
num_workers = 0
if shuffle is not None:
Expand Down