Releases
v20.06
[20.06] - 2020-06-04
Added
Mergify
(#831 )
PerplexityMetricCallback
(#819 )
PeriodicLoaderRunnerCallback
(#818 )
Changed
docs structure were updated during (#822 )
utils.process_components
moved from utils.distributed
to utils.components
(#822 )
catalyst.core.state.State
merged to catalyst.core.runner._Runner
(#823 ) (backward compatibility included)
catalyst.core.callback.Callback
now works directly with catalyst.core.runner._Runner
state_kwargs
renamed to stage_kwargs
Removed
Fixed
added missed dashes in docker perfixes (#828 )
[20.05.1] - 2020-05-23
Added
Circle loss implementation (#802 )
BatchBalanceSampler for metric learning and classification (#806 )
CheckpointCallback
: new argument load_on_stage_start
which accepts str
and Dict[str, str]
(#797 )
LanguageModelingDataset to catalyst[nlp] (#808 )
Extra counters for batches, loaders and epochs (#809 )
TracerCallback
(#789 )
Changed
CheckpointCallback
: additional logic for argument load_on_stage_end
- accepts str
and Dict[str, str]
(#797 )
counters names for batches, loaders and epochs (#809 )
utils.trace_model
: changed logic - runner
argument was changed to predict_fn
(#789 )
redesigned contrib.data
and contrib.datasets
(#820 )
catalyst.utils.meters
moved to catalyst.tools
(#820 )
catalyst.contrib.utils.tools.tensorboard
moved to catalyst.contrib.tools
(#820 )
Removed
Fixed
You can’t perform that action at this time.