Name | ClintonPytorchTrainer JSON |
Version |
0.0.6
JSON |
| download |
home_page | |
Summary | PyTorch Trainer Class |
upload_time | 2023-01-29 07:28:42 |
maintainer | |
docs_url | None |
author | Clinton Nyaore |
requires_python | |
license | MIT |
keywords |
pytorch
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
This is a PyTorch Model Trainer Class. It trains, validates input data.
It also saves the model after training to avoid retraining.
The class takes in 7 arguments i.e. device, epochs, model, criterion, optimizer, trainloader, valloader.
It has 2 methods:: (1). model_train_validate(). This train, validate data.It also plots learning curves.Finally it saves the model to avoid retraining it.(2). load_model().This loads your saved model from the above function i.e. model_train_validate().
Change Log
=================
0.0.3 (28/01/2023)
- Third Release
Raw data
{
"_id": null,
"home_page": "",
"name": "ClintonPytorchTrainer",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "pytorch",
"author": "Clinton Nyaore",
"author_email": "cnyaore@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/c9/9e/12ee30bc109b89c86c55136d00e225b1641f191742552440e449cd3fd1f7/ClintonPytorchTrainer-0.0.6.tar.gz",
"platform": null,
"description": "This is a PyTorch Model Trainer Class. It trains, validates input data.\r\nIt also saves the model after training to avoid retraining.\r\nThe class takes in 7 arguments i.e. device, epochs, model, criterion, optimizer, trainloader, valloader.\r\nIt has 2 methods:: (1). model_train_validate(). This train, validate data.It also plots learning curves.Finally it saves the model to avoid retraining it.(2). load_model().This loads your saved model from the above function i.e. model_train_validate().\r\n\r\nChange Log\r\n=================\r\n\r\n0.0.3 (28/01/2023)\r\n- Third Release\r\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "PyTorch Trainer Class",
"version": "0.0.6",
"split_keywords": [
"pytorch"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "c99e12ee30bc109b89c86c55136d00e225b1641f191742552440e449cd3fd1f7",
"md5": "1131af5787c599925bb98289724d36e2",
"sha256": "3e34c344ab5930382949e5b4179c565005df567f09ee5a9bb99bee82e94bcfbc"
},
"downloads": -1,
"filename": "ClintonPytorchTrainer-0.0.6.tar.gz",
"has_sig": false,
"md5_digest": "1131af5787c599925bb98289724d36e2",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 4006,
"upload_time": "2023-01-29T07:28:42",
"upload_time_iso_8601": "2023-01-29T07:28:42.603716Z",
"url": "https://files.pythonhosted.org/packages/c9/9e/12ee30bc109b89c86c55136d00e225b1641f191742552440e449cd3fd1f7/ClintonPytorchTrainer-0.0.6.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-01-29 07:28:42",
"github": false,
"gitlab": false,
"bitbucket": false,
"lcname": "clintonpytorchtrainer"
}