Metadata-Version: 2.1
Name: pytorch_book
Version: 0.0.1
Summary: PyTorch Book.
Author-email: xinetzone <735613050@qq.com>
Maintainer-email: xinetzone <735613050@qq.com>
Requires-Python: >=3.8
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
Requires-Dist: pydata_sphinx_theme
Requires-Dist: pytest-cov ; extra == "coverage"
Requires-Dist: codecov ; extra == "coverage"
Requires-Dist: pytorch_book[test] ; extra == "coverage"
Requires-Dist: pyyaml ; extra == "dev"
Requires-Dist: pre-commit ; extra == "dev"
Requires-Dist: pytorch_book[coverage] ; extra == "dev"
Requires-Dist: myst_nb ; extra == "doc"
Requires-Dist: pytest ; extra == "doc"
Requires-Dist: pytest-regressions ; extra == "doc"
Requires-Dist: sphinxext-rediraffe ; extra == "doc"
Requires-Dist: sphinx_copybutton ; extra == "doc"
Requires-Dist: sphinxcontrib-bibtex ; extra == "doc"
Requires-Dist: invoke ; extra == "doc"
Requires-Dist: pytest ; extra == "test"
Requires-Dist: pytorch_book[doc] ; extra == "test"
Project-URL: Home, https://github.com/xinetzone/pytorch_book
Provides-Extra: coverage
Provides-Extra: dev
Provides-Extra: doc
Provides-Extra: test

# PyTorch 书

[![GitHub issues](https://img.shields.io/github/issues/xinetzone/pytorch-book)](https://github.com/xinetzone/pytorch-book/issues) [![GitHub forks](https://img.shields.io/github/forks/xinetzone/pytorch-book)](https://github.com/xinetzone/pytorch-book/network) [![GitHub stars](https://img.shields.io/github/stars/xinetzone/pytorch-book)](https://github.com/xinetzone/pytorch-book/stargazers) [![GitHub license](https://img.shields.io/github/license/xinetzone/pytorch-book)](https://github.com/xinetzone/pytorch-book/blob/main/LICENSE) ![repo size](https://img.shields.io/github/repo-size/xinetzone/pytorch-book.svg) [![contributors](https://img.shields.io/github/contributors/xinetzone/pytorch-book.svg)](https://github.com/xinetzone/pytorch-book/graphs/contributors) [![watcher](https://img.shields.io/github/watchers/xinetzone/pytorch-book.svg)](https://github.com/xinetzone/pytorch-book/watchers) 

参考大量 [d2l-ai](https://github.com/d2l-ai/d2l-zh) 项目的资源。

