[s2s] add support for overriding config params (#6149)

This commit is contained in:
Stas Bekman
2020-07-29 22:09:46 -07:00
committed by GitHub
parent 54f9fbeff8
commit 3212b8850d
4 changed files with 106 additions and 17 deletions

View File

@@ -10,4 +10,8 @@ python finetune.py \
--do_predict \
--n_val 1000 \
--val_check_interval 0.1 \
--encoder_layerdrop 0.1 \
--decoder_layerdrop 0.1 \
--dropout 0.1 \
--attention_dropout 0.1 \
$@