add chmod

This commit is contained in:
jakubknczny 2022-01-14 19:05:32 +01:00
parent 86603d4abd
commit 5b67b24fe6
4 changed files with 2 additions and 2 deletions

0
scripts/fastBPE-setup.sh Normal file → Executable file
View File

0
scripts/marian-setup.sh Normal file → Executable file
View File

0
scripts/marian-train.sh Normal file → Executable file
View File

4
train.sh Normal file → Executable file
View File

@ -14,5 +14,5 @@ target_suffix="$3"
bpe_merges="$4" bpe_merges="$4"
epochs="$5" epochs="$5"
./do-fastBPE.sh "$corpus_path" "$source_suffix" "$target_suffix" "$bpe_merges" ./scripts/do-fastBPE.sh "$corpus_path" "$source_suffix" "$target_suffix" "$bpe_merges"
./marian-train.sh "$corpus_path" "$source_suffix" "$target_suffix" "$bpe_merges" "$epochs" ./scripts/marian-train.sh "$corpus_path" "$source_suffix" "$target_suffix" "$bpe_merges" "$epochs"