提交 e0c1fe2f 编写于 作者: R ranqiu

Update README.md of mt_with_external_memory

上级 c7b188c4
...@@ -440,7 +440,7 @@ python infer.py ...@@ -440,7 +440,7 @@ python infer.py
或自定义部分参数, 例如: 或自定义部分参数, 例如:
```bash ```bash
python train.py \ python infer.py \
--dict_size 30000 \ --dict_size 30000 \
--word_vec_dim 512 \ --word_vec_dim 512 \
--hidden_size 1024 \ --hidden_size 1024 \
...@@ -448,7 +448,7 @@ python train.py \ ...@@ -448,7 +448,7 @@ python train.py \
--use_gpu False \ --use_gpu False \
--trainer_count 1 \ --trainer_count 1 \
--memory_perturb_stddev 0.1 \ --memory_perturb_stddev 0.1 \
--infer_num_data 10 \ --infer_data_num 10 \
--model_filepath checkpoints/params.latest.tar.gz \ --model_filepath checkpoints/params.latest.tar.gz \
--beam_size 3 --beam_size 3
``` ```
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册