Examples ======== You can find examples `here `_. Basic examples -------------- * `Quick start. `_ * `MNIST example. `_ * `MNIST VAE example. `_ * `CIFAR example. `_ * `Model loading. `_ * `Sequential LR scheduler. `_ Advanced examples ----------------- * `CIFAR with DDP, mixed precision and gradient accumulation. `_ Single GPU training: .. code:: bash python cifar_advanced.py --batch_size 256 --lr 0.001 Single machine 2 GPUs distributed data parallel training: .. code:: bash ./cifar_advanced.sh 2 --batch_size 128 --lr 0.0005 DDP training with mixed precision and gradient accumulation: .. code:: bash ./cifar_advanced.sh 2 --batch_size 128 --lr 0.0005 --amp --iter_size 2 * `Custom callback events. `_ * `Custom build methods for creation of model parts. `_ Solutions of competitions ------------------------- * `1st place solution for Sensorium Competition at NeurIPS 2023 `_ * `1st place solution for SoccerNet Ball Action Spotting Challenge at CVPR 2023 `_ * `1st place solution for SoccerNet Camera Calibration Challenge at CVPR 2023 `_ * `1st place solution for Freesound Audio Tagging 2019 at Kaggle `_ * `14th place solution for TGS Salt Identification Challenge at Kaggle `_ * `22nd place solution for RANZCR CLiP - Catheter and Line Position Challenge at Kaggle `_ * `45th place solution for RANZCR CLiP - Catheter and Line Position Challenge at Kaggle `_ * `50th place solution for Quick, Draw! Doodle Recognition Challenge at Kaggle `_ * `66th place solution for Airbus Ship Detection Challenge at Kaggle `_ * `Community Prize solution for Seismic Facies Identification Challenge at AIcrowd `_ * `Solution for Deep Chimpact: Depth Estimation for Wildlife Conservation at DrivenData `_ * `Solution for Humpback Whale Identification at Kaggle `_ * `Solution for VSB Power Line Fault Detection at Kaggle `_ * `Solution for Bengali.AI Handwritten Grapheme Classification at Kaggle `_ * `Solution for ALASKA2 Image Steganalysis competition at Kaggle `_