We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a90469 commit 10b6c73Copy full SHA for 10b6c73
README.md
@@ -154,7 +154,7 @@ python Scripts/train/train_ce.py --exp Experiments/mle.json --resume <optional_i
154
- In the experiment file, set xe\_initializer to the best MLE model
155
- From the root directory, run
156
```
157
-python Scripts/train/train_rl.py --exp Experiments/mle.json --resume <optional_if_resuming_training>
+python Scripts/train/train_rl.py --exp Experiments/rl.json --resume <optional_if_resuming_training>
158
159
- **Note** - You might have to play with hyperparameters a bit to achieve stable training, especially temperature, lr and lr\_decay
160
0 commit comments