PyTorchAutoForge library is based on raw PyTorch and designed to automate DNN development, model tracking and deployment, tightly integrated with MLflow and Optuna. It supports Spiking networks libraries (WIP). Deployment can be performed using ONNx, pyTorch facilities or TensorRT (WIP). The library is designed to be compatible with Jetson Orin Nano Jetpack rev6.1, with bash script to automatically configure virtualenv.
Project description
pyTorchAutoForge
Warning: Work in progress :)
A library based on PyTorch (https://pytorch.org/) and designed to automate ML models development, tracking and deployment, integrated with MLflow and Optuna (https://mlflow.org/, https://optuna.org/). It also supports spiking networks libraries (WIP). Model optimization and deployment can be performed using ONNx, pyTorch facilities or TensorRT (WIP). The library aims to be compatible with Jetson Orin Nano Jetpack rev6.1. Several other functionalities and utilities for sklearn and pySR (https://github.com/MilesCranmer/PySR) are included (see README and documentation).
Installation using pip
This is the suggested installation method, the others are mostly intended for development and may not be completely up-to-date with the newest release versions. Run in a conda or virtual environment:
pip install pyTorchAutoForge
Dependencies for the core modules should be installed automatically using pip.
Manual installation (venv)
- Clone the repository
- Create a virtual environment using python >= 3.10 (tested with 3.11), using
python -m venv <your_venv_name> - Activate the virtual environment using
source <your_venv_name>/bin/activate - Install the requirements using
pip install -r requirements.txt - Install the package using
pip install .in the root folder of the repository
Manual installation (conda)
Option A:
- Clone the repository
- Create a new conda environment (python >=3.10) using the provided
enrivonment.ymlfile
Option B;
- Clone the repository
- Use the automatic installation script
conda_install.sh. There are several options, use those you need. It will automatically create a new environment named autoforge.
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pytorchautoforge-0.2.1.dev10.tar.gz.
File metadata
- Download URL: pytorchautoforge-0.2.1.dev10.tar.gz
- Upload date:
- Size: 186.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
60bccd091cb88bd04465ec6b4363b7b94fa8d82ff90b7d2d9597e2b86903857d
|
|
| MD5 |
021eb1b74f132b3a05cc7da1e3521367
|
|
| BLAKE2b-256 |
2152bd198dae7d01335c78f7335a2c9950f60bb573369b0c3c5d0f1b8a2ab670
|
File details
Details for the file pytorchautoforge-0.2.1.dev10-py3-none-any.whl.
File metadata
- Download URL: pytorchautoforge-0.2.1.dev10-py3-none-any.whl
- Upload date:
- Size: 219.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
353fa58722012cb4ed73a966f4c9487164f0a4f08eb718f12709c0c9deea4fab
|
|
| MD5 |
6d6fdb9542adeaa977ebfe75bebba450
|
|
| BLAKE2b-256 |
93e23b340feaf4e8a553784d06a26518357a54a3b67e774926f4d24e8baed90e
|