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.9.tar.gz
(8.9 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.9-py3-none-any.whl
(10.1 kB
view details)
File details
Details for the file pyroml-0.0.9.tar.gz.
File metadata
- Download URL: pyroml-0.0.9.tar.gz
- Upload date:
- Size: 8.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
495f7537f18ce9b15c82dc92a07b2f5e57528a1bbc7dd8ef605cbd1292f6a1ce
|
|
| MD5 |
6aae6561df3c4cf87efc7ca7e9ec82fc
|
|
| BLAKE2b-256 |
9533871dee36232a74566c951ad9c86ce5d903c07a70873b7a476be4cc647a4d
|
File details
Details for the file pyroml-0.0.9-py3-none-any.whl.
File metadata
- Download URL: pyroml-0.0.9-py3-none-any.whl
- Upload date:
- Size: 10.1 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 |
5685783a85cc84c2fbf140590a26c8fae43c79b1026809afbc0598fd84fcd858
|
|
| MD5 |
4c0f329740b3608f3be5dbde19ec2d13
|
|
| BLAKE2b-256 |
9feb2134af85a9a6b30243fc315abcc75a05616b3cc81141d4ca662c0f9f11f3
|