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.10.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.10-py3-none-any.whl
(10.2 kB
view details)
File details
Details for the file pyroml-0.0.10.tar.gz.
File metadata
- Download URL: pyroml-0.0.10.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 |
1fb211ad337c58b46548332869887a769702f511edb3c1e73b57e617db573719
|
|
| MD5 |
8de050d07b1266746bab0b9fe8bb4eb0
|
|
| BLAKE2b-256 |
42466e5540f8533b4ad4db2c8fdbc4e3aadbcd074642e0f82823603da0fe2552
|
File details
Details for the file pyroml-0.0.10-py3-none-any.whl.
File metadata
- Download URL: pyroml-0.0.10-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 |
d3643914d94bacf386e99426673d3579cccf33666e648ae5969aa76447490016
|
|
| MD5 |
c5ccd2d4a1f5e091c0e44c1123592ecd
|
|
| BLAKE2b-256 |
be346b7a9ec96b69fbefd95f60638ac6bdee607d55def55ded5f052a8c56ef1c
|