You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ cd rnn && python train_search.py --unrolled # for recurrent cells on PTB
47
47
```
48
48
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.
49
49
50
-
Also be aware that different runs would end up with different local minimum. To get the best result, it is important to repeat the search process for multiple (e.g. 4) times, and select the best cell based on the validation performance (obtained by retraining the arch from scratch for a small number of epochs). Please refer to Figure 3 and sect. 3.2 in our arXiv paper.
50
+
Also be aware that different runs would end up with different local minimum. To get the best result, it is important to repeat the search for multiple (e.g. 4) times, and select the best cell based on the validation performance (obtained by retraining the derived arch from scratch for a small number of epochs). Please refer to Figure 3 and sect. 3.2 in our arXiv paper.
0 commit comments