AI Trainer
Project description
Installation for User
Open anaconda powershell, activate an environment with anaconda, navigate into the trainer repo and execute the following to install trainer using pip, including its dependencies:
pip install ai-trainer
For Online Learning you have to install PyTorch:
conda install pytorch torchvision cudatoolkit=10.1 -c pytorch
AI-Trainer helps with building a data generator and it relies on imgaug for it:
conda install imgaug -c conda-forge
Getting started with training models
Trainer currently supports annotating images and videos. First, create a dataset using
trainer init-ds
cd YOUR_DATASET
Getting started with using trainer in python
For using the annotated data, you can use trainer as a python package.
After activating the environment containing the trainer and its dependencies,
feel free to inspect some of the tutorials in ./tutorials/
.
Development Setup
Execute the user installation,
but instead of using pip install ai-trainer
,
clone the repo locally.
git clone https://github.com/Telcrome/ai-trainer
Both vsc and pycharm are used for development with
their configurations provided in .vscode
and .idea
Recommended environments
For development we recommend to install the conda environment into a subfolder of the repo. This allows for easier experimentation and the IDE expects it this way.
conda env create --prefix ./envs -f environment.yml
conda activate .\envs\.
Now install a deep learning backend. PyTorch provides well-working conda install commands.
For Tensorflow with GPU:
conda install cudatoolkit=10.0 cudnn=7.6.0=cuda10.0_0
pip install tensorflow-gpu
Testing Development for pip and cli tools
Installing the folder directly using pip does not work due to the large amount of files inside the local development folder, especially because in the local development setup the environment is expected to be a subfolder of the repo.
pip install -e .
Uploading to PyPi by hand
python setup.py sdist bdist_wheel
twine upload dist/* # The asterisk is important
Using Docker
Docker and the provided DOCKERFILE support is currently experimental as it proved to slow down the annotation GUI too much. When the transition to a web GUI is completed docker will be supported again.
Contribution
Docs
Currently, Read the Docs is used for CI of the docs. Before submitting changes, test the make command in the environment:
conda env create -f environment.yml
conda activate trainer_env
make html
If this throws warnings or errors, Read the Docs
won`t publish them.
Tutorials inside the repo
- Do not use jupyter notebooks
- Should be testable without preparing data by hand where possible.
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
Built Distribution
File details
Details for the file ai-trainer-0.0.10.tar.gz
.
File metadata
- Download URL: ai-trainer-0.0.10.tar.gz
- Upload date:
- Size: 40.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/44.0.0.post20200102 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.7.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f7618f8e84bb06c51d0efe1ea6f937d60cddbc1b224d71790376abd71aa0c176 |
|
MD5 | c449056d7d75298b76e2cdc2bc6323dc |
|
BLAKE2b-256 | 7b12d284f606e3a5a614c640b58044664d5de4556ce348a61ecd5dd00631b6db |
File details
Details for the file ai_trainer-0.0.10-py3-none-any.whl
.
File metadata
- Download URL: ai_trainer-0.0.10-py3-none-any.whl
- Upload date:
- Size: 52.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/44.0.0.post20200102 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.7.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c757e24037dcad0fa84f13b8c9e9209eef9842693d2ba81af624d1d785f0fa02 |
|
MD5 | f92c28501f927656126fd00ca070b92d |
|
BLAKE2b-256 | 6a9ae12c571c2b25f2f229f494c4c47a5db07733ea58be031b212ca4ec50365a |