diff options
author | Marvin Borner | 2023-08-19 19:16:06 +0200 |
---|---|---|
committer | Marvin Borner | 2023-08-19 19:16:06 +0200 |
commit | 9cbbcacee6814837799b5fa941f8de7edbda4a7e (patch) | |
tree | 1ab4b40cc7c4d7729e9be895701d7f37ef438776 /train.sh | |
parent | ec177107cb3a1a31d2fc49cc4990413af287305e (diff) |
Tried some more distributing
For now decided against it, so I will overwrite the changes soon.
Diffstat (limited to 'train.sh')
-rwxr-xr-x | train.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/train.sh b/train.sh new file mode 100755 index 0000000..27acc16 --- /dev/null +++ b/train.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +yes no | python -m swr2_asr.train --batch_size=8 --world_size=2 --dataset_path=/mnt/lustre/mladm/mfa252/data |