trainingutils


Nametrainingutils JSON
Version 0.0.2 PyPI version JSON
download
home_page
SummaryTraining tools for Deep Learning
upload_time2024-01-22 19:15:28
maintainer
docs_urlNone
authorMichael-Holland-Dev (Michael Holland)
requires_python
license
keywords artificial intellgience machine learning computer vision deep learning
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
# Training Utilities
## Installation
This package is available on PIPY to install using the following command:
```
pip install trainingutils
```

## About
This package is built to streamline the training process. It contains functionality to assist with training, setting up models, and other types of functionality. It's target audience are people who want a high-level api to train various models without having to worry about all the nitty-gritty parts of saving figures, checkpointing, parallel processing, and provides a few different apis for the different kinds of deep learning models that are popular.

As this is a fairly new package, it is not yet comprehensive. If it gains enough popularity it could allow for the greater integration of ML and DL models into modern day software.

## Contributing
If you would like to contribute to building this package, make a fork of this repository. Once you've made your changes you can create a merge request. This package is in it's preliminary stages, so there is a lot of work to be done.

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "trainingutils",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "artificial intellgience,machine learning,computer vision,deep learning",
    "author": "Michael-Holland-Dev (Michael Holland)",
    "author_email": "<michael.w.holland@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/a8/2e/8f54fb8ea15ead7652580c1c0729d36d01ca180f1f1c46e6b3d362716cd3/trainingutils-0.0.2.tar.gz",
    "platform": null,
    "description": "\n# Training Utilities\n## Installation\nThis package is available on PIPY to install using the following command:\n```\npip install trainingutils\n```\n\n## About\nThis package is built to streamline the training process. It contains functionality to assist with training, setting up models, and other types of functionality. It's target audience are people who want a high-level api to train various models without having to worry about all the nitty-gritty parts of saving figures, checkpointing, parallel processing, and provides a few different apis for the different kinds of deep learning models that are popular.\n\nAs this is a fairly new package, it is not yet comprehensive. If it gains enough popularity it could allow for the greater integration of ML and DL models into modern day software.\n\n## Contributing\nIf you would like to contribute to building this package, make a fork of this repository. Once you've made your changes you can create a merge request. This package is in it's preliminary stages, so there is a lot of work to be done.\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Training tools for Deep Learning",
    "version": "0.0.2",
    "project_urls": null,
    "split_keywords": [
        "artificial intellgience",
        "machine learning",
        "computer vision",
        "deep learning"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a82e8f54fb8ea15ead7652580c1c0729d36d01ca180f1f1c46e6b3d362716cd3",
                "md5": "55c38084bb2743437ec0eae9e7839779",
                "sha256": "f5fa5c8571c581e7c61a4c4565688025f5b87fa818fca58ca853ddf74622f2db"
            },
            "downloads": -1,
            "filename": "trainingutils-0.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "55c38084bb2743437ec0eae9e7839779",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 6735,
            "upload_time": "2024-01-22T19:15:28",
            "upload_time_iso_8601": "2024-01-22T19:15:28.179021Z",
            "url": "https://files.pythonhosted.org/packages/a8/2e/8f54fb8ea15ead7652580c1c0729d36d01ca180f1f1c46e6b3d362716cd3/trainingutils-0.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-22 19:15:28",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "trainingutils"
}
        
Elapsed time: 0.23580s