orbax-export


Nameorbax-export JSON
Version 0.0.6 PyPI version JSON
download
home_pageNone
SummaryOrbax Export
upload_time2024-11-15 02:26:42
maintainerNone
docs_urlNone
authorNone
requires_python>=3.10
licenseNone
keywords jax machine learning serialization export
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Orbax Export

`pip install orbax-export` (latest PyPi release) OR

`pip install 'git+https://github.com/google/orbax/#subdirectory=export'` (from this repository, at HEAD)

`import orbax.export`

Orbax includes a serialization library for JAX users, enabling the exporting of JAX models to the TensorFlow SavedModel format.

Note that `orbax-export` requires TensorFlow, but does not include it by default to allow for flexibility in version choice. If you wish to install with standard TensorFlow, please use `pip install orbax-export[all]`.

To get started, check out our [documentation](https://orbax.readthedocs.io/en/latest/orbax_export_101.html).


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "orbax-export",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": "JAX machine learning, serialization, export",
    "author": null,
    "author_email": "Orbax Authors <orbax-dev@google.com>",
    "download_url": "https://files.pythonhosted.org/packages/ef/90/a2b640450b1f0c95a95a41d5ff3403b6acfcb8ba8259d53b69f4a6001b49/orbax_export-0.0.6.tar.gz",
    "platform": null,
    "description": "# Orbax Export\n\n`pip install orbax-export` (latest PyPi release) OR\n\n`pip install 'git+https://github.com/google/orbax/#subdirectory=export'` (from this repository, at HEAD)\n\n`import orbax.export`\n\nOrbax includes a serialization library for JAX users, enabling the exporting of JAX models to the TensorFlow SavedModel format.\n\nNote that `orbax-export` requires TensorFlow, but does not include it by default to allow for flexibility in version choice. If you wish to install with standard TensorFlow, please use `pip install orbax-export[all]`.\n\nTo get started, check out our [documentation](https://orbax.readthedocs.io/en/latest/orbax_export_101.html).\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Orbax Export",
    "version": "0.0.6",
    "project_urls": {
        "homepage": "http://github.com/google/orbax",
        "repository": "http://github.com/google/orbax"
    },
    "split_keywords": [
        "jax machine learning",
        " serialization",
        " export"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a4c0aeca88ea456b2cffab1913c4246eddcc9496c682f762468c7fc35df3b2c1",
                "md5": "89a6af22dc2def7fa18525c53b4608ad",
                "sha256": "ec7041c7ef92d25ad71a1867a857de461eb574b245d5e8f550b4dcf23438176a"
            },
            "downloads": -1,
            "filename": "orbax_export-0.0.6-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "89a6af22dc2def7fa18525c53b4608ad",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 86213,
            "upload_time": "2024-11-15T02:26:40",
            "upload_time_iso_8601": "2024-11-15T02:26:40.327299Z",
            "url": "https://files.pythonhosted.org/packages/a4/c0/aeca88ea456b2cffab1913c4246eddcc9496c682f762468c7fc35df3b2c1/orbax_export-0.0.6-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ef90a2b640450b1f0c95a95a41d5ff3403b6acfcb8ba8259d53b69f4a6001b49",
                "md5": "5e4b11814c6a25cb074ba20c9f098a02",
                "sha256": "f50d4fe20ef35bcb11a8fa7c8564a7a7fc50a7dd457c4091c435060d2c0b8733"
            },
            "downloads": -1,
            "filename": "orbax_export-0.0.6.tar.gz",
            "has_sig": false,
            "md5_digest": "5e4b11814c6a25cb074ba20c9f098a02",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 52565,
            "upload_time": "2024-11-15T02:26:42",
            "upload_time_iso_8601": "2024-11-15T02:26:42.047891Z",
            "url": "https://files.pythonhosted.org/packages/ef/90/a2b640450b1f0c95a95a41d5ff3403b6acfcb8ba8259d53b69f4a6001b49/orbax_export-0.0.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-15 02:26:42",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "google",
    "github_project": "orbax",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "orbax-export"
}
        
Elapsed time: 0.39100s