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.12.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.12-py3-none-any.whl
(10.2 kB
view details)
File details
Details for the file pyroml-0.0.12.tar.gz.
File metadata
- Download URL: pyroml-0.0.12.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 |
f60053075050f0de8f2c243a26cb46731eeffde7cf3bd34794696b6a8e22b98d
|
|
| MD5 |
60a241c452943de4d78f61c8f4abbdb2
|
|
| BLAKE2b-256 |
579551f98edcc7efcbe5fd124e2348e33b0056c30e5c6a804f9bc6f5a4fa13a7
|
File details
Details for the file pyroml-0.0.12-py3-none-any.whl.
File metadata
- Download URL: pyroml-0.0.12-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 |
48be31406bb45d9ac507e3420604952941417e64bd7452a0ad0014464d5764b9
|
|
| MD5 |
04fe865396c454606a660b271512537e
|
|
| BLAKE2b-256 |
3a574765e5f6b7a0b001df7feafcdf5d442710d40b794279d845abef2d02d041
|