Skip to content

Tags: ML-AI-Community/catalyst

Tags

v19.11.3

Toggle v19.11.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
imread fix (catalyst-team#514)

* Update image.py

* Update image.py

* Update image.py

* Update image.py

* Update image.py

* Update test_image.py

* Update test_image.py

* Update test_image.py

* Update test_image.py

* Update .travis.yml

* fix

* pytest fix

v19.11.2

Toggle v19.11.2's commit message
Chore/default callbacks for ConfigExperiment (catalyst-team#505)

* Test for BaseExperiment defaults

* Test for SupervisedExperiment defaults

* Add default callbacks for ConfigExperiment and tests

* Make criterion and optimizer callbacks defined by default in non-infer
mode for SupervisedExperiment

* Fix style

* Some docstrings

* Fix default callbacks definition for case with phase wrapper callbacks

* Fix docs styles

v19.11.1

Toggle v19.11.1's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Revet model.to(device) call before amp.initialize (catalyst-team#503)

v19.11

Toggle v19.11's commit message
fix extra / (catalyst-team#484)

* fix extra /
* wrap into Path

v19.10.2

Toggle v19.10.2's commit message
add MaskReader (catalyst-team#446)

* add MaskReader

* fix MaskReader import

* fix codestyle

v19.10.1

Toggle v19.10.1's commit message
added segmentation tutorial (catalyst-team#415)

* added segmentation tutorial

* TTA

* correct rename

* notebbok

* Update __version__.py

v19.10rc1

Toggle v19.10rc1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Andreyzharkov multimodel multiphase gan example (catalyst-team#407)

* gan example - somehow working shitcode

* refactoring p1 - maybe_recursive_call

* refactoring p2 - more OOP-like experiment & runner in example

* visualization

* creepy GAN mnist

* codestyle compatibility

* codestyle v2

* multiple models & optimizers by _key_value in ConfigExperiment

* PhaseManagerCallback + remove redundant experiments & runners

* callback wrappers for enabling/disabling handlers dependant on state.phase

* readme

* codestyle again

* make codestyle

* unpack checkpoint fix

* proper load multiple optimizers from checkpoint

* review fix1

* make codestyle

* review fix2

* codestyle

* refactoring

* config.py

* config update

* config update

* refactoring

* reproducible gan

* trust me, i am engineer

* kv+gpu fix

* Update __version__.py

v19.10

Toggle v19.10's commit message
Add checkpoints 16+mb support to MongoDB (catalyst-team#396)

* small fix

* small fix

* Add checkpoints 16+mb support  to MongoDB

* Update mongo.py

* Update __version__.py

v19.09.5

Toggle v19.09.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Supervised runner resume feature (catalyst-team#377)

* Update supervised.py

* Update supervised.py

* Update supervised.py

v19.09.4

Toggle v19.09.4's commit message
Feature. Criterion Aggregator (catalyst-team#361)

* to get a full dictionary if the key is None

* different strategies to aggregate multiple losses

* save loss_aggregate_fn name

* added CriterionAggregatorCallback

* fixes

* fix one-key in dict

* update _get

* loss_key to OptimizerCallback