Catalyst 21.11 #1366
Scitator
announced in
Announcements
Catalyst 21.11
#1366
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
[21.11] - 2021-11-30
Tl;dr
Framework architecture simplification and speedup + SSL & RecSys extensions.
Added
resume
support - resolved #1193 (#1349)profile
flag forrunner.train
(#1348)SETTINGS.log_batch_metrics
,SETTINGS.log_epoch_metrics
,SETTINGS.compute_per_class_metrics
for framework-wise Metric & Logger APIs specification (#1357)log_batch_metrics
andlog_epoch_metrics
options for all available Loggers (#1357)compute_per_class_metrics
option for all available multiclass/label metrics (#1357)Changed
catalyst-contrib
scripts reduced tocollect-env
andproject-embeddings
onlycatalyst-dl
scripts recuded torun
andtune
onlytransforms.
prefix deprecated for Catalyst-based transformscatalyst.tools
moved tocatalyst.extras
catalyst.data
moved tocatalyst.contrib.data
catalyst.data.transforms
moved tocatalyst.contrib.data.transforms
Normalize
,ToTensor
transforms renamed toNormalizeImage
,ImageToTensor
catalyst.contrib.data
catalyst.contrib
moved to code-as-a-documentation developmentcatalyst[cv]
andcatalyst[ml]
extensions moved to flatten architecture design; examples:catalyst.contrib.data.dataset_cv
,catalyst.contrib.data.dataset_ml
catalyst.contrib
moved to flatten architecture design; exampels:catalyst.contrib.data
,catalyst.contrib.datasets
,catalyst.contrib.layers
,catalyst.contrib.models
,catalyst.contrib.optimizers
,catalyst.contrib.schedulers
***._misc
modulescatalyst.utils.mixup
moved tocatalyst.utils.torch
catalyst.utils.numpy
moved tocatalyst.contrib.utils.numpy
SETTINGS.log_batch_metrics=True/False
oros.environ["CATALYST_LOG_BATCH_METRICS"]
SETTINGS.log_epoch_metrics=True/False
oros.environ["CATALYST_LOG_EPOCH_METRICS"]
SETTINGS.compute_per_class_metrics=True/False
oros.environ["CATALYST_COMPUTE_PER_CLASS_METRICS"]
Removed
catalyst.contrib.pandas
catalyst.contrib.parallel
catalyst.contrib.models.cv
catalyst.utils.misc
functionscatalyst.extras
removed from the public documentationFixed
Contributors ❤️
@asteyo @Dokholyan @Nimrais @y-ksenia @sergunya17
This discussion was created from the release Catalyst 21.11.
Beta Was this translation helpful? Give feedback.
All reactions