Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Examples

This directory contains multiple examples that demonstrate the usage of dmlcloud and its features. The mnist example is a good starting point for beginners. It demonstrates how to train a simple neural network on the MNIST dataset using dmlcloud.

Example Description
mnist.py Minimal example that demonstrates how to train a simple neural network on the MNIST dataset using dmlcloud.
custom_epochs.py Demonstrates how to fully control when "epochs" start and end, e.g. for reinforcement learning or LLM training.