Skip to content

EngineML/Examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Engine ML Quickstart

This repository was created so you can quickly start using Engine ML's free experiment tracking offering. Seconds after creating an Engine ML account, you can run an image classifier on the MNIST dataset using PyTorch, TensorFlow, or Keras by following these 3 simple steps.

  1. Clone this repository and download the MNIST dataset by running ./vision/mnist/get-data.sh at the root of this repository.
  2. Install the python dependencies: pip install -r vision/mnist/pytorch/requirements.txt (We recommend using Python>=3.6).
  3. Launch your first experiment: engine run vision/mnist/pytorch/local.yaml -o repository <OWNER>/quickstart.

If you have not set up your Engine ML account or created a new project called quickstart, see our documentation for a more in-depth quickstart as well as a reference manual for our CLI and our Python library.

Some of the benefits of Engine ML include:

Free code and experiment tracking

code and experiment tracking

Free system utilization tracking

system utilization tracking

Free log and file storage

log and file storage

Visit our website or request a demo for a complete list of features.