Machine Learning tool allowing plug-and-play training for pytorch models
Project description
pyroml
🔥 Machine Learning framework allowing plug-and-play training for pytorch models
Installation
$ git clone https://github.com/peacefulotter/pyroml.git
$ cd pyroml
$ sudo apt install python3.10-venv # check you python version and change it here if !=
$ sudo apt install python3-virtualenv
$ python3 -m venv venv
$ source ./venv/bin/activate
$ pip install -r requirements.txt
Running tests
$ cd tests
$ python main.py # this will launch the training, follow the wandb link to access the plots
$ python pretrain.py # will load the last checkpoint and compute mse on a small part of the dataset, outputs True if model predicts correctly!
Done
- Metrics, with support for custom metrics
- WandB
- Checkpoints
- Load pretrained models from checkpoints
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
pyroml-0.0.11.tar.gz
(9.0 kB
view details)
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
pyroml-0.0.11-py3-none-any.whl
(10.2 kB
view details)
File details
Details for the file pyroml-0.0.11.tar.gz.
File metadata
- Download URL: pyroml-0.0.11.tar.gz
- Upload date:
- Size: 9.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
384d674b694417e60d14982ea1e9d17eaf8db4daa8cc44b0bc8172a394a10769
|
|
| MD5 |
39b30eb5d21c21fa7305aacd01e0f00e
|
|
| BLAKE2b-256 |
8d83f4914dfd9af1aa9235b91176eb869afb389c01158eb648e507e1f1244568
|
File details
Details for the file pyroml-0.0.11-py3-none-any.whl.
File metadata
- Download URL: pyroml-0.0.11-py3-none-any.whl
- Upload date:
- Size: 10.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
350b8426e4992b229c6bb2b6cb9300bc3293612aa1023b13d86073b9db1f5a9d
|
|
| MD5 |
1657eb7ab49ed1e2421a8d60d3d0ae62
|
|
| BLAKE2b-256 |
b211ff9d3dad10e1128909b9eb25a7982292f5789d4c3254b732e10614ec98df
|