#!/bin/bash # arguments # 1. root of gonito.net challenge-like filestructure # 2. name of the model and therefore a directory that will contain the model # 3. expected number of train epochs corpus_path="$1" model_name="$2" epochs="$3" ./scripts/marian-train.sh "$corpus_path" "$model_model_name" "$epochs"