8000 GitHub - davinnovation/examples: This repository contains SavviHub examples
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

davinnovation/examples

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

93EC
 

History

35 Commits
 
 
 
 
 
 
 
 

Repository files navigation

examples

This repository contains SavviHub examples. If you want to learn more about SavviHub please follow the quick start documentation.

MNIST

Run MNIST example and save model:

  1. PyTorch
  • Dataset mount
    1. Create a new dataset with a public S3 bucket directory s3://savvihub-public-apne2/mnist.
    2. Mount the dataset to /input at the experiment create form.
  • Command
    pip install -r mnist/pytorch/requirements.txt && python mnist/pytorch/main.py --save-model
  1. Keras
  • No dataset needed.
  • Command
    pip install -r mnist/keras/requirements.txt && python mnist/keras/main.py --save-model

Detectron2

Run Detectron2 example:

  • Dataset mount
    1. Create a new dataset with a public S3 bucket directory s3://savvihub-public-apne2/detectron2.
    2. Mount the dataset to /input at the experiment create form.
  • Command
    pip install -r detectron2/requirements.txt && python detectron2/main.py

About

This repository contains SavviHub examples

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 83.1%
  • Jupyter Notebook 16.9%
0