Home

Awesome

Determined As-is Examples

This repository contains a variety of Determined examples that are not actively maintained by the Determined team.

Tutorials

ExampleDatasetFramework
fashion_mnist_tf_kerasFashion MNISTTensorFlow (tf.keras)

Blog posts

ExampleDescription
Activation Memory: Part 2Measuring activation memory in PyTorch.
LLM FinetuningFinetuning TinyLlama-1.1B on Text-to-SQL.
LLM Finetuning 2Finetuning Mistral-7B on Text-to-SQL using LoRA and DeepSpeed.
LLM Finetuning 3Finetuning Gemma-2B using DPO.
LoRA ParametersFinding the best LoRA parameters.
Python SDK demoExample usage of the Determined Python SDK to run and administer experiments.
Tensor ParallelismProfiling tensor parallelism in PyTorch.

Computer Vision

ExampleDatasetFramework
cifar10_pytorchCIFAR-10PyTorch
cifar10_pytorch_inferenceCIFAR-10PyTorch
cifar10_tf_kerasCIFAR-10TensorFlow (tf.keras)
fasterrcnn_coco_pytorchPenn-Fudan DatasetPyTorch
mmdetectionCOCOPyTorch
detr_coco_pytorchCOCOPyTorch
deformabledetr_coco_pytorchCOCOPyTorch
iris_tf_kerasIris DatasetTensorFlow (tf.keras)
unets_tf_kerasOxford-IIIT Pet DatasetTensorFlow (tf.keras)
efficientdet_pytorchCOCOPyTorch
byol_pytorchCIFAR-10 / STL-10 / ImageNetPyTorch
deepspeed_cifar10_cpu_offloadingCIFAR-10PyTorch (DeepSpeed)

Natural Language Processing (NLP)

ExampleDatasetFramework
albert_squad_pytorchSQuADPyTorch
bert_glue_pytorchGLUEPyTorch
word_language_modelWikiText-2PyTorch

HP Search Benchmarks

ExampleDatasetFramework
darts_cifar10_pytorchCIFAR-10PyTorch
darts_penntreebank_pytorchPenn Treebank DatasetPyTorch

Neural Architecture Search (NAS)

ExampleDatasetFramework
gaea_pytorchDARTSPyTorch

Meta Learning

ExampleDatasetFramework
protonet_omniglot_pytorchOmniglotPyTorch

Generative Adversarial Networks (GAN)

ExampleDatasetFramework
dc_gan_tf_kerasMNISTTensorFlow (tf.keras)
gan_mnist_pytorchMNISTPyTorch
deepspeed_dcganMNIST / CIFAR-10PyTorch (DeepSpeed)
pix2pix_tf_keraspix2pixTensorFlow (tf.keras)
cycleganmonet2photoPyTorch

Custom Reducers

ExampleDatasetFramework
custom_reducers_mnist_pytorchMNISTPyTorch

HP Search Constraints

ExampleDatasetFramework
hp_constraints_mnist_pytorchMNISTPyTorch

Custom Search Method

ExampleDatasetFramework
asha_search_methodMNISTPyTorch

Fully Sharded Data Parallel

ExampleFramework
minimal_fsdpPyTorch