pytorchbearer / torchbearer

torchbearer: A model fitting library for PyTorch
http://pytorchbearer.org
MIT License
636 stars 65 forks source link

DataParrallel throws error #632

Closed ethanwharris closed 5 years ago

ethanwharris commented 5 years ago

When using data parrallel, torchbearer tries to pass state and catches TypeError if this fails. Data parrallel throws a different error

ethanwharris commented 5 years ago

Duplicate of #612