Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ModelZoo
ResNet50_tensorflow
Commits
1e9b07d8
Commit
1e9b07d8
authored
Mar 05, 2018
by
yukun
Browse files
fix typo in md files.
parent
81756675
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
2 deletions
+12
-2
research/deeplab/g3doc/faq.md
research/deeplab/g3doc/faq.md
+1
-1
research/deeplab/g3doc/installation.md
research/deeplab/g3doc/installation.md
+11
-1
No files found.
research/deeplab/g3doc/faq.md
View file @
1e9b07d8
#FAQ
#
FAQ
__
_
__
_
Q1: What if I want to use other network backbones, such as ResNet [1], instead of only those provided ones (e.g., Xception)?
Q1: What if I want to use other network backbones, such as ResNet [1], instead of only those provided ones (e.g., Xception)?
...
...
research/deeplab/g3doc/installation.md
View file @
1e9b07d8
...
@@ -48,9 +48,19 @@ to avoid running this manually, you can add it as a new line to the end of your
...
@@ -48,9 +48,19 @@ to avoid running this manually, you can add it as a new line to the end of your
# Testing the Installation
# Testing the Installation
You can test if you have successfully installed the Tensorflow DeepLab by
You can test if you have successfully installed the Tensorflow DeepLab by
running the following command:
running the following commands:
Quick test by running model_test.py:
```
bash
```
bash
# From tensorflow/models/research/
# From tensorflow/models/research/
python deeplab/model_test.py
python deeplab/model_test.py
```
```
Quick running the whole code on the PASCAL VOC 2012 dataset:
```
bash
# From tensorflow/models/research/deeplab
sh local_test.sh
```
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment