diff options
author | Pherkel | 2023-09-18 12:44:40 +0200 |
---|---|---|
committer | Pherkel | 2023-09-18 12:44:40 +0200 |
commit | d5689047fa7062b284d13271bda39013dcf6150f (patch) | |
tree | bd1a843abda1929b826d9441df3ddc3db5cbec29 /hpc_train.sh | |
parent | 9475900a1085b8277808b0a0b1555c59f7eb6d36 (diff) | |
parent | e06227289ad9d2fa45c736c771d859e9911b9a11 (diff) |
Merge branch 'decoder' of github.com:Algo-Boys/SWR2-cool-projekt into decoder
Diffstat (limited to 'hpc_train.sh')
-rwxr-xr-x | hpc_train.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hpc_train.sh b/hpc_train.sh index 2280087..9b21a53 100755 --- a/hpc_train.sh +++ b/hpc_train.sh @@ -1,3 +1,3 @@ #!/bin/sh -yes no | python -m swr2_asr.train --config_path config.cluster.yaml +python -m swr2_asr.train --config_path config.cluster.yaml |