fix log path

This commit is contained in:
jakubknczny 2022-01-14 19:11:51 +01:00
parent 26b0cdebc7
commit 71f1c9580b

View File

@ -40,7 +40,7 @@ target_vocab="$target_file".vocab."$bpe_merges"
--optimizer-params 0.9 0.98 1e-09 --clip-norm 5 \
--tied-embeddings-all \
--exponential-smoothing \
--log model/train.log \
--log ~/train.log \
--vocabs "$source_vocab" "$target_vocab" \
--after-epochs "$epochs" \