Skip to content

Instantly share code, notes, and snippets.

@shijieyao
Created June 13, 2018 16:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shijieyao/73c3cada3b5bc0d40396e9dbd824255a to your computer and use it in GitHub Desktop.
Save shijieyao/73c3cada3b5bc0d40396e9dbd824255a to your computer and use it in GitHub Desktop.
#!/bin/bash
languages=( Japanese )
for lang in "${languages[@]}"
do
# for data set in data/languages/Latvian-20-char-context parameters are:
./train_change.sh ${lang} 30-char-context v1
# where v1 is an experiment identifier (can be any string)
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment