Commit 1e9b07d8 authored by yukun's avatar yukun
Browse files

fix typo in md files.

parent 81756675
#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)?
......
......@@ -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
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
# From tensorflow/models/research/
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
```
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment