Closed silvandeleemput closed 1 year ago
Closes #74
The CIFAR data loaders could not be pickled under Windows because of the local Lambda operations
The lambda operations have been made explicit as functions
x
[ ]
Needed to update the CI as well, and disabled PyTorch 1.0, 1.1, latest
Closes #74
What was the problem?
The CIFAR data loaders could not be pickled under Windows because of the local Lambda operations
How this PR fixes the problem?
The lambda operations have been made explicit as functions
Check lists (check
x
in[ ]
of list items)Additional Comments (if any)
Needed to update the CI as well, and disabled PyTorch 1.0, 1.1, latest