Unverified Commit 435ed351 authored by Runqi Yang's avatar Runqi Yang Committed by GitHub
Browse files

Update training commands

Update training commands in data/README to match the latest version of this project according to #132.

Continue from 3c072958: add omitted "\".
parent 3c072958
...@@ -22,7 +22,7 @@ $ python preprocess.py --source-lang de --target-lang en \ ...@@ -22,7 +22,7 @@ $ python preprocess.py --source-lang de --target-lang en \
$ mkdir -p checkpoints/fconv $ mkdir -p checkpoints/fconv
$ python train.py data-bin/iwslt14.tokenized.de-en \ $ python train.py data-bin/iwslt14.tokenized.de-en \
--lr 0.25 --clip-norm 0.1 --dropout 0.2 --max-tokens 4000 \ --lr 0.25 --clip-norm 0.1 --dropout 0.2 --max-tokens 4000 \
--criterion label_smoothed_cross_entropy --label-smoothing 0.1 --criterion label_smoothed_cross_entropy --label-smoothing 0.1 \
--lr-scheduler fixed --force-anneal 200 \ --lr-scheduler fixed --force-anneal 200 \
--arch fconv_iwslt_de_en --save-dir checkpoints/fconv --arch fconv_iwslt_de_en --save-dir checkpoints/fconv
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment