From e0f0ff06ff54de1caca7b72e62bb4b2fe2a8bdab Mon Sep 17 00:00:00 2001 From: wizardforcel <562826179@qq.com> Date: Sun, 7 Apr 2019 17:30:18 +0800 Subject: [PATCH] 2019-04-07 17:30:18 --- .gitignore | 121 ++++++++++++++++++++++++++++++++++++++++++++++ .nojekyll | 0 404.html | 4 ++ CNAME | 1 + README.md | 27 +++++++++++ SUMMARY.md | 4 ++ docs/a/index.html | 77 +++++++++++++++++++++++++++++ docs/b/index.html | 77 +++++++++++++++++++++++++++++ docs/c/index.html | 77 +++++++++++++++++++++++++++++ docs/f/index.html | 77 +++++++++++++++++++++++++++++ index.html | 71 +++++++++++++++++++++++++++ update.sh | 3 ++ 12 files changed, 539 insertions(+) create mode 100644 .gitignore create mode 100644 .nojekyll create mode 100644 404.html create mode 100644 CNAME create mode 100644 README.md create mode 100644 SUMMARY.md create mode 100644 docs/a/index.html create mode 100644 docs/b/index.html create mode 100644 docs/c/index.html create mode 100644 docs/f/index.html create mode 100644 index.html create mode 100644 update.sh diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b6d72f1 --- /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 0000000..e69de29 diff --git a/404.html b/404.html new file mode 100644 index 0000000..5705beb --- /dev/null +++ b/404.html @@ -0,0 +1,4 @@ +--- +permalink: /404.html +--- + diff --git a/CNAME b/CNAME new file mode 100644 index 0000000..13c51f6 --- /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 0000000..9cd7596 --- /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 0000000..02c8038 --- /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 0000000..8eedd27 --- /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 0000000..22190de --- /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 0000000..b885ef5 --- /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 0000000..dca77cd --- /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 0000000..f067686 --- /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 0000000..f76166c --- /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 -- GitLab