Skip to content

tracebloc/start-training

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Open In Colab License Platform

Start Training 🚀

Launch an ML training experiment on tracebloc in under 10 minutes. Connect your account, upload a model, link it to a dataset, configure training parameters, and start benchmarking — all from a single notebook.

Get started

Option A: Google Colab (recommended)

No local setup. Click the badge above or:

👉 Open in Google Colab

Copy the notebook to your Drive and start running cells.

Option B: Run locally

git clone https://github.com/tracebloc/start-training.git
cd start-training

# Pick the extra that matches your ML framework:
pip install "tracebloc[pytorch]>=0.8.1"      # most common
# pip install "tracebloc[tensorflow]>=0.8.1" # TensorFlow
# pip install "tracebloc[all]>=0.8.1"        # everything

jupyter notebook notebooks/traceblocTrainingGuide.ipynb

What the notebook covers

Step What you do
1 Connect to tracebloc with your email + password
2 Upload a model from the model zoo or your own
3 Link it to a dataset from your use case
4 Configure training — epochs, batch size, learning rate, augmentation
5 Start training — model runs inside your secure Kubernetes environment

Results appear on the use case leaderboard in the tracebloc web app.

Before you start

Links

Platform · Docs · Model zoo · PyPI package · Discord

License

Apache 2.0 — see LICENSE.

Need help? [email protected] or open an issue.

About

tracebloc notebook to launch and manage experiments in collaboration

Topics

Resources

License

Stars

Watchers

Forks

Contributors