What's new
Added 🎉
- Added the ability to track a metric other than "loss" for validation in
TorchTrainStep
("torch::train").
Fixed ✅
- Final model returned from
TorchTrainStep
("torch::train") will have best weights loaded.
- Checkpoints are saved from
TorchTrainStep
("torch::train") even when there is no validation loop.
- Fixed
TorchTrainStep
("torch::train") when validation_split
is None
.
- Fixed distributed training with
TorchTrainStep
("torch::train") on GPU devices.
Commits
ba05e79 Torch train updates and distributed fixes (#27)