Skip to content

Commit

Permalink
Minor fix to skip_thoughts documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
upman authored Mar 19, 2017
1 parent 73ae53a commit 745a7a3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions skip_thoughts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,13 +88,13 @@ cd ${PRETRAINED_MODELS_DIR}

# Download and extract the unidirectional model.
wget "http://download.tensorflow.org/models/skip_thoughts_uni_2017_02_02.tar.gz"
tar -xvf skip_thoughts_uni_2017_02_02.tar
rm skip_thoughts_uni_2017_02_02.tar
tar -xvf skip_thoughts_uni_2017_02_02.tar.gz
rm skip_thoughts_uni_2017_02_02.tar.gz

# Download and extract the bidirectional model.
wget "http://download.tensorflow.org/models/skip_thoughts_bi_2017_02_16.tar.gz"
tar -xvf skip_thoughts_bi_2017_02_16.tar
rm skip_thoughts_bi_2017_02_16.tar
tar -xvf skip_thoughts_bi_2017_02_16.tar.gz
rm skip_thoughts_bi_2017_02_16.tar.gz
```

You can now skip to the sections [Evaluating a Model](#evaluating-a-model) and
Expand Down

0 comments on commit 745a7a3

Please sign in to comment.