Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zsc authored Mar 16, 2019
1 parent 9cc8b0b commit 2c86e79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#### This is a tutorial for deep learning course which includes some experiments. Every experiment uses tensorflow as the implementation platform.

#### tf-model-manip.py
#### [tf-model-manip.py](tf-model-manip.py)
- A tool for checking your network design.
- **Useage**: tf-model-manip.py model.py
- **Useage**: `tf-model-manip.py model.py`
- Requirements:
1. a python file called model.py
2. a class called **Model** with a **build** method in model.py
Expand Down

0 comments on commit 2c86e79

Please sign in to comment.