tensorflow-checkpoint-reader


Nametensorflow-checkpoint-reader JSON
Version 0.1.3 PyPI version JSON
download
home_pagehttps://github.com/shawwn/tensorflow-checkpoint-reader
SummaryTensorflow's CheckpointReader in pure python
upload_time2023-02-11 09:11:03
maintainerShawn Presser
docs_urlNone
authorShawn Presser
requires_python>=3.6,<4.0
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # tensorflow-checkpoint-reader

> Tensorflow's CheckpointReader in pure python

WARNING: This repo is in development. It was automatically generated with [mkpylib](https://github.com/shawwn/scrap/blob/master/mkpylib). If you're reading this message, it means that I use this repo for my own purposes right now. It might not do anything at all; the default functionality is `print('TODO')`.

If you really want to try it out, feel free. I recommend reading through the code and commit history to see if it does what you need, or [ask me](#contact) for status updates.

Stay tuned!

## Install

```
python3 -m pip install -U tensorflow-checkpoint-reader
```

## Usage

```py
import tensorflow_checkpoint_reader

print('TODO')
```

## License

MIT

## Contact

A library by [Shawn Presser](https://www.shawwn.com). If you found it useful, please consider [joining my patreon](https://www.patreon.com/shawwn)!

My Twitter DMs are always open; you should [send me one](https://twitter.com/theshawwn)! It's the best way to reach me, and I'm always happy to hear from you.

- Twitter: [@theshawwn](https://twitter.com/theshawwn)
- Patreon: [https://www.patreon.com/shawwn](https://www.patreon.com/shawwn)
- HN: [sillysaurusx](https://news.ycombinator.com/threads?id=sillysaurusx)
- Website: [shawwn.com](https://www.shawwn.com)


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/shawwn/tensorflow-checkpoint-reader",
    "name": "tensorflow-checkpoint-reader",
    "maintainer": "Shawn Presser",
    "docs_url": null,
    "requires_python": ">=3.6,<4.0",
    "maintainer_email": "shawnpresser@gmail.com",
    "keywords": "",
    "author": "Shawn Presser",
    "author_email": "shawnpresser@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/f0/45/92eb8a634daa89fb10b2cfe0eade2a462120e1077a9ef64c301457bcbab8/tensorflow-checkpoint-reader-0.1.3.tar.gz",
    "platform": null,
    "description": "# tensorflow-checkpoint-reader\n\n> Tensorflow's CheckpointReader in pure python\n\nWARNING: This repo is in development. It was automatically generated with [mkpylib](https://github.com/shawwn/scrap/blob/master/mkpylib). If you're reading this message, it means that I use this repo for my own purposes right now. It might not do anything at all; the default functionality is `print('TODO')`.\n\nIf you really want to try it out, feel free. I recommend reading through the code and commit history to see if it does what you need, or [ask me](#contact) for status updates.\n\nStay tuned!\n\n## Install\n\n```\npython3 -m pip install -U tensorflow-checkpoint-reader\n```\n\n## Usage\n\n```py\nimport tensorflow_checkpoint_reader\n\nprint('TODO')\n```\n\n## License\n\nMIT\n\n## Contact\n\nA library by [Shawn Presser](https://www.shawwn.com). If you found it useful, please consider [joining my patreon](https://www.patreon.com/shawwn)!\n\nMy Twitter DMs are always open; you should [send me one](https://twitter.com/theshawwn)! It's the best way to reach me, and I'm always happy to hear from you.\n\n- Twitter: [@theshawwn](https://twitter.com/theshawwn)\n- Patreon: [https://www.patreon.com/shawwn](https://www.patreon.com/shawwn)\n- HN: [sillysaurusx](https://news.ycombinator.com/threads?id=sillysaurusx)\n- Website: [shawwn.com](https://www.shawwn.com)\n\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Tensorflow's CheckpointReader in pure python",
    "version": "0.1.3",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f04592eb8a634daa89fb10b2cfe0eade2a462120e1077a9ef64c301457bcbab8",
                "md5": "b76dfe0c49fb008b76ecc8b64ff18821",
                "sha256": "95153f8c71e9574fa3201cf22e620d27e2c34d134cf8b9952dad6a950efc5b02"
            },
            "downloads": -1,
            "filename": "tensorflow-checkpoint-reader-0.1.3.tar.gz",
            "has_sig": false,
            "md5_digest": "b76dfe0c49fb008b76ecc8b64ff18821",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6,<4.0",
            "size": 511347,
            "upload_time": "2023-02-11T09:11:03",
            "upload_time_iso_8601": "2023-02-11T09:11:03.170415Z",
            "url": "https://files.pythonhosted.org/packages/f0/45/92eb8a634daa89fb10b2cfe0eade2a462120e1077a9ef64c301457bcbab8/tensorflow-checkpoint-reader-0.1.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-02-11 09:11:03",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "shawwn",
    "github_project": "tensorflow-checkpoint-reader",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "tensorflow-checkpoint-reader"
}
        
Elapsed time: 0.81288s