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