machine learning experiment platform
Project description
Target
Antgo is a machine learning experiment manage platform, which has been integrated deeply with MLTalker. Antgo provides a one-stop model development, deployment, analyze, auto-optimize and manage environment.
Installation
(RECOMMENDED) use docker
install from pip
pip install antgo
install from source
git clone https://github.com/jianzfb/antgo.git
cd antgo
pip install -r requirements.txt
python setup.py build_ext install
Register
Register in MLTalker.
All user experiment records would be managed by MLTalker in user’s personal page.
Quick Example
1.step create mvp code(cifar10 classification task)
antgo create mvp –name=cifar10
2.step start training process
python3 ./cifar10/main.py –exp=cifar10 –gpu-id=0 –process=train
3.step check training log
in ./output/cifar10/output/checkpoint
4.step export onnx model
python3 ./cifar10/main.py –exp=cifar10 –checkpoint=./output/cifar10/output/checkpoint/epoch_1500.pth –process=export
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file antgo-0.1.24.tar.gz
.
File metadata
- Download URL: antgo-0.1.24.tar.gz
- Upload date:
- Size: 3.5 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.17
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 55bbc9662a500194f67eb3929367854acbbb8afa6abf2c050c3a796ca2421eaa |
|
MD5 | 7f619e7c2c2b131c557e42e3d1542bac |
|
BLAKE2b-256 | d4acc040f6ebdf6dd51e95d208ae1c3cabda60eef6e46813702f801babfef8a4 |