You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if [ -z "$MODEL" ] || [ -z "$FILE" ]; then echo "Specify if translating by parent or child in MODEL\nUsage: MODEL=child/parent FILE=file_to_trainslate ./decode.sh"; exit 0; fi