Catalyst 22.02 #1404
Scitator
announced in
Announcements
Catalyst 22.02
#1404
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.
-
[22.02] - 2022-02-13
Tl;dr
Added
tests/pipelinesfolder for more information.BackwardCallbackandBackwardCallbackOrderas an abstraction on top ofloss.backward. Now you could easily log model gradients or transform them beforeOptimizerCallback.CheckpointCallbackOrderforICheckpointCallback.Changed
3.7, minimal PyTorch version moved to1.4.0.examplesfolder from the Catalyst API. The only Runners API, that will be supported in the future:IRunner,Runner,ISupervisedRunner,SupervisedRunnerdue to their consistency. If you are interested in any other Runner API - feel free to write your ownCustomRunnerand useSelfSupervisedRunneras an example.Runner.{global/stage}_{batch/loader/epoch}_metricsrenamed toRunner.{batch/loader/epoch}_metricsCheckpointCallbackrewritten from scratch.IRunnerfor alllog_*methods.topk_argsrenamed totopk.catalyst.contrib- removed, usefrom catalyst.contrib.{smth} import {smth}. Could be change to full-imports-only in future versions for stability.89right margin. Honestly speaking, it's much easier to maintain Catalyst with89right margin on MBP'16.Removed
ITrialremoved.CustomRunnerwith rewritten API.catalyst-dlscripts removed. Without Config API we don't need them anymore.Nvidia Apex,Fairscale,Albumentations,Nifti,Hydrarequiremets removed.OnnxCallback,PruningCallback,QuantizationCallback,TracingCallbackremoved from callbacks API. These callbacks are under review now.If you have any questions on the Catalyst 22 edition updates, please join Catalyst slack for discussion.
This discussion was created from the release Catalyst 22.02.
Beta Was this translation helpful? Give feedback.
All reactions