Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 987 Bytes

README.md

File metadata and controls

29 lines (23 loc) · 987 Bytes

Catalyst examples

Python API

Catalyst Python API examples can be found in the minimal examples and notebook section.


Config API

Full description of configs with comments:

  1. MNIST with stage
    • Config API run example
    • Hydra API run example
    • AutoML Tune example
  2. classification pipeline
    • classification model training and inference
    • different augmentations and stages usage
    • metrics visualization with tensorboard
  3. segmentation pipeline
    • binary and semantic segmentation with U-Net
    • model training and inference
    • different augmentations and stages usage
    • metrics visualization with tensorboard