Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 07a7584

Browse files
authored
Specify that pretraining maskgan is not optional. (tensorflow#4003)
1 parent 84da970 commit 07a7584

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

research/maskgan/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ tested. Pretraining may not work correctly.
1414

1515
For training on PTB:
1616

17-
1. (Optional) Pretrain a LM on PTB and store the checkpoint in `/tmp/pretrain-lm/`.
17+
1. Pretrain a LM on PTB and store the checkpoint in `/tmp/pretrain-lm/`.
1818
Instructions WIP.
1919

20-
2. (Optional) Run MaskGAN in MLE pretraining mode. If step 1 was not run, set
20+
2. Run MaskGAN in MLE pretraining mode. If step 1 was not run, set
2121
`language_model_ckpt_dir` to empty.
2222

2323
```bash

0 commit comments

Comments
 (0)