Added
- Added support for tuple outputs from generators, torchbearer expects output to be length 2. Specifically, x, y = next() is possible, where x and y can be tuples of arbitrary size or depth
- Added support for torch dtypes in torchbearer Model.to(...)
- Added pickle_module and pickle_protocol to checkpointers for consistency with torch.save
Changed
- Changed the learning rate scheduler callbacks to no longer require an optimizer and to have the proper arguments
Deprecated
Removed
Fixed
- Fixed an issue in GradientNormClipping which raised a warning in PyTorch >= 0.4