Skip to main content

machine learning experiment platform

Project description

Antgo

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

  1. (RECOMMENDED) use docker

    docker environment.

  2. install from pip

    pip install antgo

  3. install from source

    1. git clone https://github.com/jianzfb/antgo.git

    2. cd antgo

    3. pip install -r requirements.txt

    4. python setup.py build_ext install

Register

Register in MLTalker.

Antgo and 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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

antgo-0.1.24.tar.gz (3.5 MB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page