orbax-export


Nameorbax-export JSON
Version 0.0.3 PyPI version JSON
download
home_page
SummaryOrbax Export
upload_time2023-08-01 22:43:56
maintainer
docs_urlNone
author
requires_python>=3.9
license
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": "",
    "name": "orbax-export",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": "",
    "keywords": "JAX machine learning,serialization,export",
    "author": "",
    "author_email": "Orbax Authors <orbax-dev@google.com>",
    "download_url": "https://files.pythonhosted.org/packages/12/71/c661d9fca562fff222cc2b216697c3bee6941b2e8da04f88e19e648a7f78/orbax_export-0.0.3.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": "",
    "summary": "Orbax Export",
    "version": "0.0.3",
    "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": "360360feed9837fd57fb3067a492e67f03b07252b4a3208d2dfd14f800d920be",
                "md5": "41c16d3489e30a02d0a056e4d704d09a",
                "sha256": "a0e391a01c9935c28cf03fa23ecb5009ca64ad45f15dadb8a21b790886167048"
            },
            "downloads": -1,
            "filename": "orbax_export-0.0.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "41c16d3489e30a02d0a056e4d704d09a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 54292,
            "upload_time": "2023-08-01T22:43:55",
            "upload_time_iso_8601": "2023-08-01T22:43:55.560532Z",
            "url": "https://files.pythonhosted.org/packages/36/03/60feed9837fd57fb3067a492e67f03b07252b4a3208d2dfd14f800d920be/orbax_export-0.0.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1271c661d9fca562fff222cc2b216697c3bee6941b2e8da04f88e19e648a7f78",
                "md5": "4a636a275a23811d08a3a930973c39c8",
                "sha256": "f0a8f06795457cb58eb5979a6b2f36df33a866b1b66a2361195092ce830d1eef"
            },
            "downloads": -1,
            "filename": "orbax_export-0.0.3.tar.gz",
            "has_sig": false,
            "md5_digest": "4a636a275a23811d08a3a930973c39c8",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 33715,
            "upload_time": "2023-08-01T22:43:56",
            "upload_time_iso_8601": "2023-08-01T22:43:56.634359Z",
            "url": "https://files.pythonhosted.org/packages/12/71/c661d9fca562fff222cc2b216697c3bee6941b2e8da04f88e19e648a7f78/orbax_export-0.0.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-08-01 22:43:56",
    "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.13705s