clu


Nameclu JSON
Version 0.0.12 PyPI version JSON
download
home_pagehttp://github.com/google/CommonLoopUtils
SummarySet of libraries for ML training loops in JAX.
upload_time2024-04-10 20:36:06
maintainerNone
docs_urlNone
authorCommon Loop Utils Authors
requires_pythonNone
licenseApache 2.0
keywords jax machine learning
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # CLU - Common Loop Utils

This repository contains common functionality for writing ML training loops. The
goal is to make trainings loops short and readable (but moving common tasks to
small libraries) without removing the flexibility required for research.

To get started, check out this Colab:

https://colab.research.google.com/github/google/CommonLoopUtils/blob/main/clu_synopsis.ipynb

If you're looking for usage examples, see:

https://github.com/google/flax/tree/main/examples

You can also find answers to common questions about CLU on Flax Github
discussions page:

https://github.com/google/flax/discussions

Note: As this point we are not accepting contributions. Please fork the
repository if you want to extend the libraries for your use case.

            

Raw data

            {
    "_id": null,
    "home_page": "http://github.com/google/CommonLoopUtils",
    "name": "clu",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "JAX machine learning",
    "author": "Common Loop Utils Authors",
    "author_email": "no-reply@google.com",
    "download_url": "https://files.pythonhosted.org/packages/77/b2/09a9ab02dc856b2edff2085259c2fe6830b728f5a78e89ffaa2a763002cc/clu-0.0.12.tar.gz",
    "platform": null,
    "description": "# CLU - Common Loop Utils\n\nThis repository contains common functionality for writing ML training loops. The\ngoal is to make trainings loops short and readable (but moving common tasks to\nsmall libraries) without removing the flexibility required for research.\n\nTo get started, check out this Colab:\n\nhttps://colab.research.google.com/github/google/CommonLoopUtils/blob/main/clu_synopsis.ipynb\n\nIf you're looking for usage examples, see:\n\nhttps://github.com/google/flax/tree/main/examples\n\nYou can also find answers to common questions about CLU on Flax Github\ndiscussions page:\n\nhttps://github.com/google/flax/discussions\n\nNote: As this point we are not accepting contributions. Please fork the\nrepository if you want to extend the libraries for your use case.\n",
    "bugtrack_url": null,
    "license": "Apache 2.0",
    "summary": "Set of libraries for ML training loops in JAX.",
    "version": "0.0.12",
    "project_urls": {
        "Homepage": "http://github.com/google/CommonLoopUtils"
    },
    "split_keywords": [
        "jax",
        "machine",
        "learning"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "08048651aacf8a55b1cd46f620e629c6c1658181dacb684b5a09aadda32ff11d",
                "md5": "e13b6cbd36e7a1d02cc276f317264688",
                "sha256": "0d183e7d25f7dd0700444510a264e24700e2f068bdabd199ed22866f7e54edba"
            },
            "downloads": -1,
            "filename": "clu-0.0.12-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e13b6cbd36e7a1d02cc276f317264688",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 101825,
            "upload_time": "2024-04-10T20:36:05",
            "upload_time_iso_8601": "2024-04-10T20:36:05.653771Z",
            "url": "https://files.pythonhosted.org/packages/08/04/8651aacf8a55b1cd46f620e629c6c1658181dacb684b5a09aadda32ff11d/clu-0.0.12-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "77b209a9ab02dc856b2edff2085259c2fe6830b728f5a78e89ffaa2a763002cc",
                "md5": "a5ce28213e6976d83b66440afc4a5425",
                "sha256": "f71eaa1afbd30f57f7709257ba7e1feb8ad5c1c3dcae3606672a138678bb3ce4"
            },
            "downloads": -1,
            "filename": "clu-0.0.12.tar.gz",
            "has_sig": false,
            "md5_digest": "a5ce28213e6976d83b66440afc4a5425",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 72670,
            "upload_time": "2024-04-10T20:36:06",
            "upload_time_iso_8601": "2024-04-10T20:36:06.993804Z",
            "url": "https://files.pythonhosted.org/packages/77/b2/09a9ab02dc856b2edff2085259c2fe6830b728f5a78e89ffaa2a763002cc/clu-0.0.12.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-10 20:36:06",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "google",
    "github_project": "CommonLoopUtils",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "clu"
}
        
Elapsed time: 0.22166s