Skip to content

Commit

Permalink
Fix typo in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Glaceon31 committed Jul 31, 2019
1 parent 5e2c08c commit 86a19c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Note: The usage is not user-friendly. May improve later.

3. Generate the initial model by merging the standard Transformer model into the dummy model, then create a checkpoint file:

<pre><code>python THUMT/thumt/script/combine_add.py --input model_dummy/model.ckpt-0 \
<pre><code>python THUMT/thumt/script/combine_add.py --model model_dummy/model.ckpt-0 \
--part model_baseline/model.ckpt-30000 --output train
printf 'model_checkpoint_path: "new-0"\nall_model_checkpoint_paths: "new-0"' > train/checkpoint
</code></pre>
Expand Down

0 comments on commit 86a19c3

Please sign in to comment.