Skip to content
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.

Latest commit

 

History

History
12 lines (9 loc) · 471 Bytes

tutorials.rst

File metadata and controls

12 lines (9 loc) · 471 Bytes

Tutorials & Examples

This Page contains a collection of curated tutorials and examples on how to use rising to its full extent.

.. toctree::
   :maxdepth: 1

   Segmentation Example With PyTorch Lightning (3D) <lightning_segmentation.ipynb>
   Classification Example on MedNIST (2D) <classification_2d_mednist.ipynb>
   Using external transformations <external_augmentation.ipynb>
   An Overview on rising transformations <transformations.ipynb>