fix readme

This commit is contained in:
wangfei
2019-08-13 19:58:08 +08:00
parent 2dc875f6f1
commit b810b0d9fc
2 changed files with 78 additions and 26 deletions

51
.idea/workspace.xml generated
View File

@ -2,7 +2,7 @@
<project version="4">
<component name="ChangeListManager">
<list default="true" id="dba69579-024f-442a-b5bf-b31a92577c82" name="Default Changelist" comment="">
<change beforePath="$PROJECT_DIR$/Content.md" beforeDir="false" afterPath="$PROJECT_DIR$/Content.md" afterDir="false" />
<change beforePath="$PROJECT_DIR$/README.md" beforeDir="false" afterPath="$PROJECT_DIR$/README.md" afterDir="false" />
</list>
<option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
<option name="SHOW_DIALOG" value="false" />
@ -12,11 +12,23 @@
</component>
<component name="FileEditorManager">
<leaf SIDE_TABS_SIZE_LIMIT_KEY="300">
<file pinned="false" current-in-tab="true">
<file pinned="false" current-in-tab="false">
<entry file="file://$PROJECT_DIR$/Content.md">
<provider selected="true" editor-type-id="split-provider[text-editor;markdown-preview-editor]">
<state split_layout="SPLIT">
<first_editor relative-caret-position="571">
<first_editor relative-caret-position="540">
<caret line="36" column="19" lean-forward="true" selection-end-line="50" selection-end-column="46" />
</first_editor>
<second_editor />
</state>
</provider>
</entry>
</file>
<file pinned="false" current-in-tab="true">
<entry file="file://$PROJECT_DIR$/README.md">
<provider selected="true" editor-type-id="split-provider[text-editor;markdown-preview-editor]">
<state split_layout="SPLIT">
<first_editor relative-caret-position="585">
<caret line="50" column="46" selection-start-line="50" selection-start-column="46" selection-end-line="50" selection-end-column="46" />
</first_editor>
<second_editor />
@ -44,7 +56,6 @@
<component name="IdeDocumentHistory">
<option name="CHANGED_PATHS">
<list>
<option value="$PROJECT_DIR$/README.md" />
<option value="$PROJECT_DIR$/Install tutorial.md" />
<option value="$PROJECT_DIR$/InstallIutorial.md" />
<option value="$PROJECT_DIR$/FirstSection/PyTorchIntro.md" />
@ -68,6 +79,7 @@
<option value="$PROJECT_DIR$/FifthSection/Sequence_and_LSTM_Network.md" />
<option value="$PROJECT_DIR$/FifthSection/Word_Embedding.md" />
<option value="$PROJECT_DIR$/Content.md" />
<option value="$PROJECT_DIR$/README.md" />
</list>
</option>
</component>
@ -88,11 +100,6 @@
<item name="PyTorchDocs" type="b2602c69:ProjectViewProjectNode" />
<item name="PyTorchDocs" type="462c0819:PsiDirectoryNode" />
</path>
<path>
<item name="PyTorchDocs" type="b2602c69:ProjectViewProjectNode" />
<item name="PyTorchDocs" type="462c0819:PsiDirectoryNode" />
<item name="SecondSection" type="462c0819:PsiDirectoryNode" />
</path>
</expand>
<select />
</subPane>
@ -178,12 +185,12 @@
<option name="presentableId" value="Default" />
<updated>1556094038918</updated>
<workItem from="1556094040133" duration="12000" />
<workItem from="1565696349206" duration="877000" />
<workItem from="1565696349206" duration="1113000" />
</task>
<servers />
</component>
<component name="TimeTrackingManager">
<option name="totallyTimeSpent" value="889000" />
<option name="totallyTimeSpent" value="1125000" />
</component>
<component name="ToolWindowManager">
<frame x="0" y="23" width="1440" height="833" extended-state="0" />
@ -239,16 +246,6 @@
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/README.md">
<provider selected="true" editor-type-id="split-provider[text-editor;markdown-preview-editor]">
<state split_layout="SPLIT">
<first_editor relative-caret-position="60">
<caret line="2" column="11" selection-start-line="2" selection-start-column="11" selection-end-line="2" selection-end-column="11" />
</first_editor>
<second_editor />
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/Image/输出1.PNG" />
<entry file="file://$PROJECT_DIR$/Image/输出05.PNG">
<provider selected="true" editor-type-id="images" />
@ -451,7 +448,17 @@
<entry file="file://$PROJECT_DIR$/Content.md">
<provider selected="true" editor-type-id="split-provider[text-editor;markdown-preview-editor]">
<state split_layout="SPLIT">
<first_editor relative-caret-position="571">
<first_editor relative-caret-position="540">
<caret line="36" column="19" lean-forward="true" selection-end-line="50" selection-end-column="46" />
</first_editor>
<second_editor />
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/README.md">
<provider selected="true" editor-type-id="split-provider[text-editor;markdown-preview-editor]">
<state split_layout="SPLIT">
<first_editor relative-caret-position="585">
<caret line="50" column="46" selection-start-line="50" selection-start-column="46" selection-end-line="50" selection-end-column="46" />
</first_editor>
<second_editor />

View File

@ -1,6 +1,51 @@
# PyTorchDocs
# 目录
本文档主要使用于PyTorch入门学者主要参考PyTorch官方文档。
## 第一章PyTorch之简介与下载
### 1.[PyTorch简介](https://github.com/fendouai/PyTorchDocs/blob/master/FirstSection/PyTorchIntro.md)
### 2.[PyTorch环境搭建](https://github.com/fendouai/PyTorchDocs/blob/master/FirstSection/InstallIutorial.md)
hello world
## 第二章PyTorch之60min入门
### 1.[PyTorch 入门](https://github.com/fendouai/PyTorchDocs/blob/master/SecondSection/what_is_pytorch.md)
### 2.[PyTorch 自动微分](https://github.com/fendouai/PyTorchDocs/blob/master/SecondSection/autograd_automatic_differentiation.md)
### 3.[PyTorch 神经网络](https://github.com/fendouai/PyTorchDocs/blob/master/SecondSection/neural_networks.md)
### 4.[PyTorch 图像分类器](https://github.com/fendouai/PyTorchDocs/blob/master/SecondSection/training_a_classifier.md)
### 5.[PyTorch 数据并行处理](https://github.com/fendouai/PyTorchDocs/blob/master/SecondSection/optional_data_parallelism.md)
# 先定 readme 内容的框架
# 然后填充内容
## 第三章PyTorch之入门强化
### 1.[数据加载和处理](https://github.com/fendouai/PyTorchDocs/blob/master/ThirdSection/DataLoding.md)
### 2.[PyTorch小试牛刀](https://github.com/fendouai/PyTorchDocs/blob/master/ThirdSection/LearningPyTorch.md)
### 3.[迁移学习](https://github.com/fendouai/PyTorchDocs/blob/master/ThirdSection/TransferLearning.md)
### 4.[混合前端的seq2seq模型部署](https://github.com/fendouai/PyTorchDocs/blob/master/ThirdSection/DeployingSeq2SeqModelwithHybridFrontend.MD)
### 5.[保存和加载模型](https://github.com/fendouai/PyTorchDocs/blob/master/ThirdSection/SaveModel.md)
## 第四章PyTorch之图像篇
### 1.[微调基于torchvision 0.3的目标检测模型](https://github.com/fendouai/PyTorchDocs/blob/master/fourSection/ObjectDetectionFinetuning.md)
### 2.[微调TorchVision模型](https://github.com/fendouai/PyTorchDocs/blob/master/fourSection/FinetuningTorchVisionModel.md)
### 3.[空间变换器网络](https://github.com/fendouai/PyTorchDocs/blob/master/fourSection/SpatialTranNet.md)
### 4.[使用PyTorch进行Neural-Transfer](https://github.com/fendouai/PyTorchDocs/blob/master/fourSection/NeuralTransfer.md)
### 5.[生成对抗示例](https://github.com/fendouai/PyTorchDocs/blob/master/fourSection/AdversarialExampleGene.md)
### 6.[使用ONNX将模型转移至Caffe2和移动端](https://github.com/fendouai/PyTorchDocs/blob/master/fourSection/ONNX.md)
## 第五章PyTorch之文本篇
### 1.[聊天机器人教程](https://github.com/fendouai/PyTorchDocs/blob/master/FifthSection/Chatbot.md)
### 2.[使用字符级RNN生成名字](https://github.com/fendouai/PyTorchDocs/blob/master/FifthSection/Char%20RNN%20Generation.MD)
### 3.[使用字符级RNN进行名字分类](https://github.com/fendouai/PyTorchDocs/blob/master/FifthSection/Char%20RNN%20Classification.md)
### 4.[在深度学习和NLP中使用Pytorch](https://github.com/fendouai/PyTorchDocs/blob/master/FifthSection/DeepLearning%20NLP.md)
### 5.[使用Sequence2Sequence网络和注意力进行翻译](https://github.com/fendouai/PyTorchDocs/blob/master/FifthSection/Translation_S2S%20Network.md)
## 第六章PyTorch之生成对抗网络
## 第七章PyTorch之强化学习
磐创AI 聊天机器人,智能客服:
[http://www.panchuangai.com/](http://www.panchuangai.com/)
磐创教程网站TensorFlowPytorchKeras
[http://panchuang.net/](http://panchuang.net/)
魔图互联 知识图谱推荐系统:
[http://motuhulian.com](http://motuhulian.com)