ClintonPytorcchTrainer


NameClintonPytorcchTrainer JSON
Version 0.0.1 PyPI version JSON
download
home_page
SummaryPyTorch Trainer Class
upload_time2023-01-29 07:49:05
maintainer
docs_urlNone
authorClinton Nyaore
requires_python
licenseMIT
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.1 (28/01/2023)
- First Release

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "ClintonPytorcchTrainer",
    "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/c2/58/7f91ad8c238153e8bd7ba1098aa56993a8ffd691d57588e9cc6331e8bb6b/ClintonPytorcchTrainer-0.0.1.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.1 (28/01/2023)\r\n- First Release\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "PyTorch Trainer Class",
    "version": "0.0.1",
    "split_keywords": [
        "pytorch"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c2587f91ad8c238153e8bd7ba1098aa56993a8ffd691d57588e9cc6331e8bb6b",
                "md5": "708c9124392c01d0d21e8787733f9cc0",
                "sha256": "0ec048067e9ad2efcaac81b1878da1b28bdc87e7d41253476602f492e48a9939"
            },
            "downloads": -1,
            "filename": "ClintonPytorcchTrainer-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "708c9124392c01d0d21e8787733f9cc0",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 4224,
            "upload_time": "2023-01-29T07:49:05",
            "upload_time_iso_8601": "2023-01-29T07:49:05.862139Z",
            "url": "https://files.pythonhosted.org/packages/c2/58/7f91ad8c238153e8bd7ba1098aa56993a8ffd691d57588e9cc6331e8bb6b/ClintonPytorcchTrainer-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-01-29 07:49:05",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "clintonpytorcchtrainer"
}
        
Elapsed time: 0.08727s