Skip to content

ModelChimp/pytorch_example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

ModelChimp: Pytorch Example

This repository contains example code of using ModelChimp with pytorch Framework

ModelChimp Installation

pip3 install modelchimp

Its assumed that pytorch is already installed

Define the project

Create the project in modelchimp and copy the project key to the code in main.py

alt text alt text

tracker = Tracker('<PROJECT KEY>', host='localhost:8000', experiment_name='MNIST Classification') #MODELCHIMP

Execute the code

Execute the code with the following command

python3 main.py

About

Tracking pytorch experiments using modelchimp

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages