PyTorch Toolbelt 0.5.1
New API
- Added
fs.find_subdirectories_in_dir
to retrieve list of subdirectories (non-recursive) in the given directory. - Added
logodd
averaging of TTA predictions and counterpartlogodd_mean
function.
Improvements
- In
plot_confusion_matrix
one can disable plotting scores in each cell usingshow_scores
argument (True
by default). freeze_model
method now returns inputmodule
argument.