batch-iter


Namebatch-iter JSON
Version 0.1 PyPI version JSON
download
home_pageNone
SummaryUtilities for efficiently iterating over mini-batches of PyTorch tensors
upload_time2024-09-08 11:40:45
maintainerNone
docs_urlNone
authorAlex Shtoff
requires_pythonNone
licenseNone
keywords python pytorch
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            This package allows eliminating the over-head incurred by the DataLoader class when iterating over in-memory tensors for training small models. Allows iterating over (shuffled) samples, or groups of samples, such as what is required for learning-to-rank.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "batch-iter",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "python, pytorch",
    "author": "Alex Shtoff",
    "author_email": "<alex.shtf@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/9f/ba/003740dbef2a906e62200d68d40bc2bc29bf8729dcd1d0886ed91925d14c/batch_iter-0.1.tar.gz",
    "platform": null,
    "description": "This package allows eliminating the over-head incurred by the DataLoader class when iterating over in-memory tensors for training small models. Allows iterating over (shuffled) samples, or groups of samples, such as what is required for learning-to-rank.\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Utilities for efficiently iterating over mini-batches of PyTorch tensors",
    "version": "0.1",
    "project_urls": null,
    "split_keywords": [
        "python",
        " pytorch"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "18233704a0ccd6b14df330f44fba04009c1d7d8ac1542984fd9fcf387a335790",
                "md5": "39d5eae2a43e77b922666c0399f9a16a",
                "sha256": "8c1864e188bc5bec0c92bf45f6b179483a80f12b8498fd5ecf0a99e480c34d69"
            },
            "downloads": -1,
            "filename": "batch_iter-0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "39d5eae2a43e77b922666c0399f9a16a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 5065,
            "upload_time": "2024-09-08T11:40:44",
            "upload_time_iso_8601": "2024-09-08T11:40:44.732473Z",
            "url": "https://files.pythonhosted.org/packages/18/23/3704a0ccd6b14df330f44fba04009c1d7d8ac1542984fd9fcf387a335790/batch_iter-0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9fba003740dbef2a906e62200d68d40bc2bc29bf8729dcd1d0886ed91925d14c",
                "md5": "21675d14c0ef2169ab5a2fabdbca873b",
                "sha256": "6567791efefe0c3a64b9f39bd6ab95ab490f6073df947b7a5016d3447fa923bc"
            },
            "downloads": -1,
            "filename": "batch_iter-0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "21675d14c0ef2169ab5a2fabdbca873b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 5193,
            "upload_time": "2024-09-08T11:40:45",
            "upload_time_iso_8601": "2024-09-08T11:40:45.961730Z",
            "url": "https://files.pythonhosted.org/packages/9f/ba/003740dbef2a906e62200d68d40bc2bc29bf8729dcd1d0886ed91925d14c/batch_iter-0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-08 11:40:45",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "batch-iter"
}
        
Elapsed time: 0.68094s