Skip to content

Commit bcf88f3

Browse files
authored
Update README.md
1 parent eb27249 commit bcf88f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@ cd rnn && python train_search.py --unrolled # for recurrent cells on PTB
4747
```
4848
Note the _validation performance in this step does not indicate the final performance of the architecture_. One must train the obtained genotype/architecture from scratch using full-sized models, as described in the next section.
4949

50-
Snapshots of the most likely convolutional & recurrent cells over time:
50+
Snapshots of the most likely normal conv, reduction conv, and recurrent cells during arch search:
5151
<p align="center">
5252
<img src="img/progress_convolutional_normal.gif" alt="progress_convolutional_normal" width="30%">
53-
<img src="img/progress_convolutional_reduce.gif" alt="progress_convolutional_reduce" width="34%">
53+
<img src="img/progress_convolutional_reduce.gif" alt="progress_convolutional_reduce" width="35%">
5454
<img src="img/progress_recurrent.gif" alt="progress_recurrent" width="34%">
5555
</p>
5656

0 commit comments

Comments
 (0)