Strong Docs
  • Welcome
  • Getting Started
    • 1. Registration and VPN
    • 2. Setting up your development environment
    • 3. Hello World
  • Basic Concepts
    • Organisation & Teams
    • Containers
    • Projects
    • Datasets
    • Launching Experiments
    • Experiment States
    • Artifacts
    • ISC Commands (CLI)
    • Resuming Experiments
    • Billing
  • Advanced
    • Clusters
    • Destinations
    • BYO Cloud API Keys
    • Cluster health logs
  • Training with ISC
    • Deep dive tutorial
    • Data Parallel Scaling
  • Use Cases
    • More Examples & Demos
  • Change Log
    • May 2025
    • April 2025
    • March 2025
    • February 2025
    • January 2025
    • December 2024
    • November 2024
    • October 2024
    • September 2024
    • August 2024
    • July 2024
Powered by GitBook
On this page
  1. Use Cases

More Examples & Demos

PreviousUse CasesNextMay 2025

Last updated 2 months ago

The following examples further demonstrate how to implement interruptibility in distributed training scripts using checkpointing, atomic saving, and stateful samplers.

These examples are being actively developed to achieve [1] interruptibility in distributed training, [2] verified completion of a full training run, and [3] achievement of benchmark performance published by others (where applicable). Each example published below is annotated with its degree of completion. Examples annotated with [0] are "coming soon".

Hello World

Title
Description
Model
Status
Link

Fashion MNIST

Hello World

CNN

[3]

ImageNet

Image classification

ResNet50

[3]

DeepSeek

Large Language Models

DeepSeek-R1 Distillation

[2]

Chess Hackathon

Regression

Various

[3]

CIFAR100

Image classification

ResNet50

[2]

pytorch-image-models (timm)

(from )

Title
Description
Model
Status
Link

resnet50

Image classification

ResNet50

[2]

resnet152

Image classification

ResNet152

[2]

efficientnet_b0

Image classification

EfficientNet B0

[2]

efficientnet_b7

Image classification

EfficientNet B7

[2]

efficientnetv2_s

Image classification

EfficientNetV2 S

[2]

efficientnetv2_xl

Image classification

EfficientNetV2 XL

[2]

vit_base_patch16_224

Image classification

VIT Base Patch16 224

[2]

vit_large_patch16_224

Image classification

VIT Large Patch16 224

[2]

Torchvision segmentation

Title
Description
Model
Status
Link

fcn_resnet101

Image segmentation

ResNet101

[2]

deeplabv3_mobilenet_v3_large

Image segmentation

MobileNetV3 Large

[2]

Torchvision detection

Title
Description
Model
Status
Link

maskrcnn_resnet101_fpn

Object detection

Mask RCNN (ResNet101 FPN)

[2]

retinanet_resnet101_fpn

Object detection

RetinaNet (ResNet101 FPN)

[2]

Detectron2

Title
Description
Model
Status
Link

detectron2

TBC

Detectron2

[2]

detectron2_densepose

TBC

Detectron2

[2]

Large Language Models (LLM)

Title
Description
Model
Status
Link

Llama2

LoRA

Llama2

[0]

Mistral

TBC

Mistral

[0]

(from )

(from )

(from )

https://github.com/huggingface/pytorch-image-models
https://github.com/pytorch/vision/tree/main/references/segmentation
https://github.com/pytorch/vision/tree/main/references/detection
https://github.com/facebookresearch/detectron2
isc-demos/fashion_mnist
isc-demos/imagenet-resnet50
isc-demos/deepseek
chess-hackathon
isc-demos/cifar100-resnet50
isc-demos/pytorch-image-models
isc-demos/pytorch-image-models
isc-demos/pytorch-image-models
isc-demos/pytorch-image-models
isc-demos/pytorch-image-models
isc-demos/pytorch-image-models
isc-demos/pytorch-image-models
isc-demos/pytorch-image-models
isc-demos/tv-segmentation
isc-demos/tv-segmentation
isc-demos/tv-detection
isc-demos/tv-detection
isc-demos/detectron2
isc-demos/detectron2/projects/densepose
isc-demos/llama2
isc-demos/mistral