Metadata-Version: 2.3
Name: torch-book
Version: 0.1
Summary: Dive into Torch
Author-email: xinetzone <735613050@qq.com>
Maintainer-email: xinetzone <735613050@qq.com>
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python :: 3
Classifier: Framework :: Sphinx
Classifier: Framework :: Sphinx :: Theme
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Dist: d2py[dev]
Requires-Dist: invoke
Requires-Dist: onnx
Requires-Dist: onnxscript
Requires-Dist: onnxruntime
Requires-Dist: tables
Requires-Dist: imageio
Requires-Dist: pytest-cov ; extra == "coverage"
Requires-Dist: pytest-regressions ; extra == "coverage"
Requires-Dist: codecov ; extra == "coverage"
Requires-Dist: pre-commit ; extra == "dev"
Requires-Dist: controlnet_aux ; extra == "dev"
Requires-Dist: diffusers ; extra == "dev"
Requires-Dist: einops ; extra == "dev"
Requires-Dist: face-alignment ; extra == "dev"
Requires-Dist: facexlib ; extra == "dev"
Requires-Dist: lpips ; extra == "dev"
Requires-Dist: mediapipe ; extra == "dev"
Requires-Dist: numpy ; extra == "dev"
Requires-Dist: opencv-python ; extra == "dev"
Requires-Dist: pandas ; extra == "dev"
Requires-Dist: Pillow ; extra == "dev"
Requires-Dist: resize_right ; extra == "dev"
Requires-Dist: tensorboard ; extra == "dev"
Requires-Dist: transformers ; extra == "dev"
Requires-Dist: accelerate ; extra == "dev"
Requires-Dist: torch ; extra == "dev"
Requires-Dist: tensorflow ; extra == "dev"
Requires-Dist: onnx ; extra == "dev"
Requires-Dist: scikit-learn ; extra == "dev"
Requires-Dist: kaleido ; extra == "dev"
Requires-Dist: myst-nb ; extra == "doc"
Requires-Dist: sphinx ; extra == "doc"
Requires-Dist: sphinx-book-theme ; extra == "doc"
Requires-Dist: sphinxext-rediraffe ; extra == "doc"
Requires-Dist: sphinx-copybutton ; extra == "doc"
Requires-Dist: sphinxcontrib-mermaid ; extra == "doc"
Requires-Dist: sphinx-design ; extra == "doc"
Requires-Dist: sphinxcontrib-bibtex ; extra == "doc"
Requires-Dist: sphinx-thebe ; extra == "doc"
Requires-Dist: sphinx-comments ; extra == "doc"
Requires-Dist: matplotlib ; extra == "doc"
Requires-Dist: sphinx-automodapi ; extra == "doc"
Requires-Dist: sphinx-plotly-directive ; extra == "doc"
Requires-Dist: sphinx-sitemap ; extra == "doc"
Requires-Dist: sphinx-proof ; extra == "doc"
Requires-Dist: terminaltables ; extra == "doc"
Requires-Dist: pycocotools ; extra == "doc"
Requires-Dist: shapely ; extra == "doc"
Requires-Dist: albumentations ; extra == "doc"
Requires-Dist: numba ; extra == "doc"
Requires-Dist: timm ; extra == "doc"
Requires-Dist: av ; extra == "doc"
Requires-Dist: click ; extra == "doc"
Requires-Dist: captum ; extra == "doc"
Requires-Dist: Flask-Compress ; extra == "doc"
Requires-Dist: sphinx-autoapi ; extra == "doc"
Requires-Dist: pytest ; extra == "test"
Project-URL: Home, https://github.com/xinetzone/torch-book
Provides-Extra: coverage
Provides-Extra: dev
Provides-Extra: doc
Provides-Extra: test

# Torch 世界

[![PyPI][pypi-badge]][pypi-link]
[![GitHub issues][issue-badge]][issue-link]
[![GitHub forks][fork-badge]][fork-link]
[![GitHub stars][star-badge]][star-link]
[![GitHub license][license-badge]][license-link]
[![contributors][contributor-badge]][contributor-link]
[![watcher][watcher-badge]][watcher-link]
[![Binder][binder-badge]][binder-link]
[![Downloads][download-badge]][download-link]
[![Documentation Status][status-badge]][status-link]
[![PyPI - Downloads][install-badge]][install-link]
![repo size](https://img.shields.io/github/repo-size/xinetzone/torch-book.svg)
[![Downloads Week](https://pepy.tech/badge/torch-book/week)](https://pepy.tech/project/torch-book)
[![Documentation Status][rtd-badge]][rtd-link]
[![Upload Python Package][upload-python-package-badge]][upload-python-package-link]

借助 PyTorch 探索有趣之事。

[upload-python-package-badge]: https://github.com/xinetzone/torch-book/actions/workflows/python-publish.yml/badge.svg
[upload-python-package-link]: https://github.com/xinetzone/torch-book/actions/workflows/python-publish.yml
[pypi-badge]: https://img.shields.io/pypi/v/torch-book.svg
[pypi-link]: https://pypi.org/project/torch-book/
[issue-badge]: https://img.shields.io/github/issues/xinetzone/torch-book
[issue-link]: https://github.com/xinetzone/torch-book/issues
[fork-badge]: https://img.shields.io/github/forks/xinetzone/torch-book
[fork-link]: https://github.com/xinetzone/torch-book/network
[star-badge]: https://img.shields.io/github/stars/xinetzone/torch-book
[star-link]: https://github.com/xinetzone/torch-book/stargazers
[license-badge]: https://img.shields.io/github/license/xinetzone/torch-book
[license-link]: https://github.com/xinetzone/torch-book/LICENSE
[contributor-badge]: https://img.shields.io/github/contributors/xinetzone/torch-book
[contributor-link]: https://github.com/xinetzone/torch-book/contributors
[watcher-badge]: https://img.shields.io/github/watchers/xinetzone/torch-book
[watcher-link]: https://github.com/xinetzone/torch-book/watchers
[binder-badge]: https://mybinder.org/badge_logo.svg
[binder-link]: https://mybinder.org/v2/gh/xinetzone/torch-book/main
[install-badge]: https://img.shields.io/pypi/dw/torch-book?label=pypi%20installs
[install-link]: https://pypistats.org/packages/torch-book
[status-badge]: https://readthedocs.org/projects/torch-book/badge/?version=latest
[status-link]: https://torch-book.readthedocs.io/zh/latest/?badge=latest
[download-badge]: https://pepy.tech/badge/torch-book
[download-link]: https://pepy.tech/project/torch-book
[rtd-badge]: https://readthedocs.org/projects/torch-book/badge/?version=latest
[rtd-link]: https://torch-book.readthedocs.io/zh/latest/?badge=latest

## 支持 PyPI

需要安装 `torch-book` 包：

```shell
pip install torch-book
```

