tytorch


Nametytorch JSON
Version 0.8.6 PyPI version JSON
download
home_pageNone
SummaryBased on a fork of the amazing mltrainer and mads_datasets by R. Grouls, tytorch is an opinionated base for working with data for and training with pytorch.
upload_time2024-10-24 14:46:13
maintainerNone
docs_urlNone
authorTijs van der Velden
requires_python>=3.11.5
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Based on a fork of the amazing mltrainer and mads_datasets by R. Grouls, 
tytorch is an opinionated base for working with data for and training with pytorch.

The Dataset and DataPipeline follows a strategy pattern that provides for a relatively flat class hierarchy while at the same time allowing for maximum code reuse

The Trainer assumes mlflow for tracking and ray for tuning and is compatible with all the pytorch native dataloaders and objects, as well as the mads_datasets factories and datasets.
            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "tytorch",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.11.5",
    "maintainer_email": null,
    "keywords": null,
    "author": "Tijs van der Velden",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/e8/a4/719f4ef5c71ed0055c9b7520b587239eb1485c1000a93ed6781964313f9b/tytorch-0.8.6.tar.gz",
    "platform": null,
    "description": "Based on a fork of the amazing mltrainer and mads_datasets by R. Grouls, \ntytorch is an opinionated base for working with data for and training with pytorch.\n\nThe Dataset and DataPipeline follows a strategy pattern that provides for a relatively flat class hierarchy while at the same time allowing for maximum code reuse\n\nThe Trainer assumes mlflow for tracking and ray for tuning and is compatible with all the pytorch native dataloaders and objects, as well as the mads_datasets factories and datasets.",
    "bugtrack_url": null,
    "license": null,
    "summary": "Based on a fork of the amazing mltrainer and mads_datasets by R. Grouls, tytorch is an opinionated base for working with data for and training with pytorch.",
    "version": "0.8.6",
    "project_urls": {
        "homepage": "https://github.com/safersephy/tytorch"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "aedd5539a99a235ddbcf3aae4b2bde22a51be844c87a71a4f84dcd76c04c6d4a",
                "md5": "3095d02ee1309c1b3c1d9a20fc7296eb",
                "sha256": "c2269c60dffe3fb1e63f3c50a7e1f5ff68f6752e4d42543a96249d0691ab328d"
            },
            "downloads": -1,
            "filename": "tytorch-0.8.6-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "3095d02ee1309c1b3c1d9a20fc7296eb",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.11.5",
            "size": 21884,
            "upload_time": "2024-10-24T14:46:10",
            "upload_time_iso_8601": "2024-10-24T14:46:10.938710Z",
            "url": "https://files.pythonhosted.org/packages/ae/dd/5539a99a235ddbcf3aae4b2bde22a51be844c87a71a4f84dcd76c04c6d4a/tytorch-0.8.6-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e8a4719f4ef5c71ed0055c9b7520b587239eb1485c1000a93ed6781964313f9b",
                "md5": "a7335fb9e90f1396d5bf08aa75b9fc34",
                "sha256": "f82118e9e7a202e26b6910cf9292a693dafc509b83276df69bfee85fc59ac65f"
            },
            "downloads": -1,
            "filename": "tytorch-0.8.6.tar.gz",
            "has_sig": false,
            "md5_digest": "a7335fb9e90f1396d5bf08aa75b9fc34",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.11.5",
            "size": 24389,
            "upload_time": "2024-10-24T14:46:13",
            "upload_time_iso_8601": "2024-10-24T14:46:13.042485Z",
            "url": "https://files.pythonhosted.org/packages/e8/a4/719f4ef5c71ed0055c9b7520b587239eb1485c1000a93ed6781964313f9b/tytorch-0.8.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-24 14:46:13",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "safersephy",
    "github_project": "tytorch",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "tytorch"
}
        
Elapsed time: 0.45166s