Skip to content

Commit

Permalink
add chapter6
Browse files Browse the repository at this point in the history
  • Loading branch information
lyhue1991 committed Mar 20, 2020
1 parent 5cfcb3c commit 20a67da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions SUMMARY.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Summary

* [前言](README.md)
* [一、TensorFlow的建模流程](./一、TensorFlow的建模流程.md)
* [一、TensorFlow的建模流程](一、TensorFlow的建模流程.md)
* [1-1,结构化数据建模流程范例](./1-1,结构化数据建模流程范例.md)
* [1-2,图片数据建模流程范例](./1-2,图片数据建模流程范例.md)
* [1-3,文本数据建模流程范例](./1-3,文本数据建模流程范例.md)
Expand All @@ -12,7 +12,7 @@
* [2-2,三种计算图](./2-2,三种计算图.md)
* [2-3,自动微分机制](./2-3,自动微分机制.md)

* [三、TensorFlow的层次结构](./三、TensorFlow的层次结构.md)
* [三、TensorFlow的层次结构](三、TensorFlow的层次结构.md)
* [3-1,低阶API示范](./3-1,低阶API示范.md)
* [3-2,中阶API示范](./3-2,中阶API示范.md)
* [3-3,高阶API示范](./3-3,高阶API示范.md)
Expand Down
2 changes: 1 addition & 1 deletion push-to-github.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
```

```python
!git commit -m"add covid-19"
!git commit -m"add chapter6"
```

```python
Expand Down

0 comments on commit 20a67da

Please sign in to comment.