| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| Catalyst 21.11.tar.gz | 2021-11-30 | 507.4 kB | |
| Catalyst 21.11.zip | 2021-11-30 | 803.9 kB | |
| README.md | 2021-11-30 | 4.1 kB | |
| Totals: 3 Items | 1.3 MB | 0 | |
[21.11] - 2021-11-30
Tl;dr
Framework architecture simplification and speedup + SSL & RecSys extensions.
Added
- MultiVAE RecSys example (#1340)`
- Returned
resumesupport - resolved #1193 (#1349) - Smoothing dice loss to contrib (#1344)
profileflag forrunner.train(#1348)- MultiDAE RecSys example (#1356)
SETTINGS.log_batch_metrics,SETTINGS.log_epoch_metrics,SETTINGS.compute_per_class_metricsfor framework-wise Metric & Logger APIs specification (#1357)log_batch_metricsandlog_epoch_metricsoptions for all available Loggers (#1357)compute_per_class_metricsoption for all available multiclass/label metrics (#1357)- pytorch benchmark script and simplified MNIST (#1360)
Changed
- A few framework simplifications were made (#1346):
catalyst-contribscripts reduced tocollect-envandproject-embeddingsonlycatalyst-dlscripts recuded torunandtuneonlytransforms.prefix deprecated for Catalyst-based transformscatalyst.toolsmoved tocatalyst.extras- task-dependent extensions from
catalyst.datamoved tocatalyst.contrib.data catalyst.data.transformsmoved tocatalyst.contrib.data.transformsNormalize,ToTensortransforms renamed toNormalizeImage,ImageToTensor- metric learning extensions moved to
catalyst.contrib.data catalyst.contribmoved 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_mlcatalyst.contribmoved to flatten architecture design; exampels:catalyst.contrib.data,catalyst.contrib.datasets,catalyst.contrib.layers,catalyst.contrib.models,catalyst.contrib.optimizers,catalyst.contrib.schedulers- internal functionality moved to
***._miscmodules catalyst.utils.mixupmoved tocatalyst.utils.torchcatalyst.utils.numpymoved tocatalyst.contrib.utils.numpy- default logging logic moved from "batch & epoch" to "epoch"-only to save computation time during logging; to respecify, please use:
SETTINGS.log_batch_metrics=True/Falseoros.environ["CATALYST_LOG_BATCH_METRICS"]SETTINGS.log_epoch_metrics=True/Falseoros.environ["CATALYST_LOG_EPOCH_METRICS"]- default metrics computation moved from "per-class & aggregations" to "aggregations"-only to save computation time during logging; to respecify, please use:
SETTINGS.compute_per_class_metrics=True/Falseoros.environ["CATALYST_COMPUTE_PER_CLASS_METRICS"]- no transformations required for MNIST contrib dataset (#1360
Removed
- A few framework simplifications were made (#1346):
catalyst.contrib.pandascatalyst.contrib.parallelcatalyst.contrib.models.cv- a few
catalyst.utils.miscfunctions catalyst.extrasremoved from the public documentation
Fixed
- documentation search error (21.10 only) (#1346)
- docs examples (#1362)
- Self-Supervised benchmark: (#1365), (#1361)
Contributors ❤️
@asteyo @Dokholyan @Nimrais @y-ksenia @sergunya17