diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..b6d72f15787fc18e1c50e1d4984fff6bcd273e08 --- /dev/null +++ b/.gitignore @@ -0,0 +1,121 @@ +# Byte-compiled / optimized / DLL files +__pycache__/ +*.py[cod] +*$py.class + +# C extensions +*.so + +# Distribution / packaging +.Python +env/ +build/ +develop-eggs/ +dist/ +downloads/ +eggs/ +.eggs/ +lib/ +lib64/ +parts/ +sdist/ +var/ +wheels/ +*.egg-info/ +.installed.cfg +*.egg + +# PyInstaller +# Usually these files are written by a python script from a template +# before PyInstaller builds the exe, so as to inject date/other infos into it. +*.manifest +*.spec + +# Installer logs +pip-log.txt +pip-delete-this-directory.txt + +# Unit test / coverage reports +htmlcov/ +.tox/ +.coverage +.coverage.* +.cache +nosetests.xml +coverage.xml +*.cover +.hypothesis/ + +# Translations +*.mo +*.pot + +# Django stuff: +*.log +local_settings.py + +# Flask stuff: +instance/ +.webassets-cache + +# Scrapy stuff: +.scrapy + +# Sphinx documentation +docs/_build/ + +# PyBuilder +target/ + +# Jupyter Notebook +.ipynb_checkpoints + +# pyenv +.python-version + +# celery beat schedule file +celerybeat-schedule + +# SageMath parsed files +*.sage.py + +# dotenv +.env + +# virtualenv +.venv +venv/ +ENV/ + +# Spyder project settings +.spyderproject +.spyproject + +# Rope project settings +.ropeproject + +# mkdocs documentation +/site + +# mypy +.mypy_cache/ +.DS_Store + +# gitbook +_book + +# node.js +node_modules + +# windows +Thumbs.db + +# word +~$*.docx +~$*.doc + +# IDEA +.idea/ + +# custom +docs/README.md diff --git a/.nojekyll b/.nojekyll new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/404.html b/404.html new file mode 100644 index 0000000000000000000000000000000000000000..5705bebe58dcd40b5bfcff2ed888d20b72d7c5ec --- /dev/null +++ b/404.html @@ -0,0 +1,4 @@ +--- +permalink: /404.html +--- + diff --git a/CNAME b/CNAME new file mode 100644 index 0000000000000000000000000000000000000000..13c51f692086a7a3beadc39056074d02bfffd113 --- /dev/null +++ b/CNAME @@ -0,0 +1 @@ +cs183.apachecn.org \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000000000000000000000000000000000000..9cd75962145b61dcb0659b6ed4388c2f283d098f --- /dev/null +++ b/README.md @@ -0,0 +1,27 @@ +# PyTorch 中文文档 + +![](docs/img/logo.svg) + +PyTorch 是一个针对深度学习, 并且使用 GPU 和 CPU 来优化的 tensor library (张量库) . + +> 欢迎任何人参与和完善:一个人可以走的很快,但是一群人却可以走的更远。 + ++ [在线阅读](http://pytorch.apachecn.org) ++ [贡献指南](CONTRIBUTING.md) ++ 项目负责人及贡献者:请见各个版本的首页 ++ [ApacheCN 机器学习交流群 629470233](http://shang.qq.com/wpa/qunwpa?idkey=30e5f1123a79867570f665aa3a483ca404b1c3f77737bc01ec520ed5f078ddef) ++ [ApacheCN 学习资源](http://www.apachecn.org/) + +## 建议反馈 + +* 联系项目负责人 + + [飞龙](https://github.com/wizardforcel):562826179 + + [片刻](https://github.com/jiangzhonglian):529815144 + + [咸鱼](https://github.com/):1034616238 +* 在我们的 [apachecn/pytorch-doc-zh](https://github.com/apachecn/pytorch-doc-zh) github 上提 issue. +* 发邮件到 Email: `apachecn@163.com`. +* 在我们的 [组织学习交流群](http://www.apachecn.org/organization/348.html) 中联系群主/管理员即可. + +## 赞助我们 + +微信&支付宝 diff --git a/SUMMARY.md b/SUMMARY.md new file mode 100644 index 0000000000000000000000000000000000000000..02c80386fed2ae7a82d971fdc467a70fad218099 --- /dev/null +++ b/SUMMARY.md @@ -0,0 +1,4 @@ ++ [Zero to One 从0到1 | Tony翻译版](http://cs183.apachecn.org/docs/a/) ++ [斯坦福 CS183b YC 创业课文字版](http://cs183.apachecn.org/docs/b/) ++ [斯坦福 CS183c 闪电式扩张中文笔记](http://cs183.apachecn.org/docs/c/) ++ [斯坦福 CS183f YC 创业课 2017 中文笔记](http://cs183.apachecn.org/docs/d/) \ No newline at end of file diff --git a/docs/a/index.html b/docs/a/index.html new file mode 100644 index 0000000000000000000000000000000000000000..8eedd271149003fe3b62e60c94eead36dc388e94 --- /dev/null +++ b/docs/a/index.html @@ -0,0 +1,77 @@ + + + + + + + + + + + + + + + + + + + + +
now loading...
+ + + + + + + \ No newline at end of file diff --git a/docs/b/index.html b/docs/b/index.html new file mode 100644 index 0000000000000000000000000000000000000000..22190ded1bdd56e5ace3f0e3e11c1a2281039a88 --- /dev/null +++ b/docs/b/index.html @@ -0,0 +1,77 @@ + + + + + + + + + + + + + + + + + + + + +
now loading...
+ + + + + + + \ No newline at end of file diff --git a/docs/c/index.html b/docs/c/index.html new file mode 100644 index 0000000000000000000000000000000000000000..b885ef5bfdd3deb5d6b2c2213bcb7da2f3cc7722 --- /dev/null +++ b/docs/c/index.html @@ -0,0 +1,77 @@ + + + + + + + + + + + + + + + + + + + + +
now loading...
+ + + + + + + \ No newline at end of file diff --git a/docs/f/index.html b/docs/f/index.html new file mode 100644 index 0000000000000000000000000000000000000000..dca77cdfd9b6aeedaa8d1334c9d326146b8e5aae --- /dev/null +++ b/docs/f/index.html @@ -0,0 +1,77 @@ + + + + + + + + + + + + + + + + + + + + +
now loading...
+ + + + + + + \ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 0000000000000000000000000000000000000000..f067686c2744024497c0d52913480b9622ed64bf --- /dev/null +++ b/index.html @@ -0,0 +1,71 @@ + + + + + + + + + + + + + + + + + + + + +
now loading...
+ + + + + + \ No newline at end of file diff --git a/update.sh b/update.sh new file mode 100644 index 0000000000000000000000000000000000000000..f76166c4e1c6f64161b010c866bc8e4231e17b18 --- /dev/null +++ b/update.sh @@ -0,0 +1,3 @@ +git add -A +git commit -am "$(date "+%Y-%m-%d %H:%M:%S")" +git push \ No newline at end of file