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
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 also aims to be compatible with Jetson Orin Nano Jetpack rev6.1. ASeveral other functionalities and utilities for sklearn and pySR (https://github.com/MilesCranmer/PySR) are included (see README and documentation).
Installation using pip
Run in a conda or virtual environment:
pip install pyTorchAutoForge
Dependencies for the core modules should be installed automatically using pip.
Manual installation (bash)
- 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/activateon Linux - Install the requirements using
pip install -r requirements.txt - Install the package using
pip install .in the root folder of the repository
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 Distributions
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.1.3-py3-none-any.whl.
File metadata
- Download URL: pytorchautoforge-0.1.3-py3-none-any.whl
- Upload date:
- Size: 120.5 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 |
2b11aea00eef3a0ce078f4fe2b826c9d401db8d583362710318a8a8183d94211
|
|
| MD5 |
37cd6a5f4639134abc8cdc4a71ff34ce
|
|
| BLAKE2b-256 |
513edc4111ab8d2ae6e9b8c0e163bbb8b291e86a065ccd45c4e8fbf874fec2ea
|