diff --git a/egs/tedlium3/ASR/.lora.sh.swp b/egs/tedlium3/ASR/.lora.sh.swp index fd7cbbf88..1ff1dff4d 100644 Binary files a/egs/tedlium3/ASR/.lora.sh.swp and b/egs/tedlium3/ASR/.lora.sh.swp differ diff --git a/egs/tedlium3/ASR/kill.sh b/egs/tedlium3/ASR/kill.sh new file mode 100755 index 000000000..5b2c050b1 --- /dev/null +++ b/egs/tedlium3/ASR/kill.sh @@ -0,0 +1 @@ +ps | grep python | awk '{print $1}' | xargs kill -9