From 04fa9e3e8c860e79c095850b2cb5af4699e2f639 Mon Sep 17 00:00:00 2001 From: Triplecq Date: Mon, 15 Jan 2024 07:06:14 +0900 Subject: [PATCH] traning script completed --- egs/reazonspeech/ASR/zipformer/ll | 1 - egs/reazonspeech/ASR/zipformer/my_profile.py | 1 + egs/reazonspeech/ASR/zipformer/subsampling.py | 1 + egs/reazonspeech/ASR/zipformer/test_scaling.py | 1 + egs/reazonspeech/ASR/zipformer/test_subsampling.py | 1 + 5 files changed, 4 insertions(+), 1 deletion(-) delete mode 120000 egs/reazonspeech/ASR/zipformer/ll create mode 120000 egs/reazonspeech/ASR/zipformer/my_profile.py create mode 120000 egs/reazonspeech/ASR/zipformer/subsampling.py create mode 120000 egs/reazonspeech/ASR/zipformer/test_scaling.py create mode 120000 egs/reazonspeech/ASR/zipformer/test_subsampling.py diff --git a/egs/reazonspeech/ASR/zipformer/ll b/egs/reazonspeech/ASR/zipformer/ll deleted file mode 120000 index c6ee4d40c..000000000 --- a/egs/reazonspeech/ASR/zipformer/ll +++ /dev/null @@ -1 +0,0 @@ -../../../librispeech/ASR/zipformer/ll \ No newline at end of file diff --git a/egs/reazonspeech/ASR/zipformer/my_profile.py b/egs/reazonspeech/ASR/zipformer/my_profile.py new file mode 120000 index 000000000..3a90b2628 --- /dev/null +++ b/egs/reazonspeech/ASR/zipformer/my_profile.py @@ -0,0 +1 @@ +../../../librispeech/ASR/zipformer/my_profile.py \ No newline at end of file diff --git a/egs/reazonspeech/ASR/zipformer/subsampling.py b/egs/reazonspeech/ASR/zipformer/subsampling.py new file mode 120000 index 000000000..01ae9002c --- /dev/null +++ b/egs/reazonspeech/ASR/zipformer/subsampling.py @@ -0,0 +1 @@ +../../../librispeech/ASR/zipformer/subsampling.py \ No newline at end of file diff --git a/egs/reazonspeech/ASR/zipformer/test_scaling.py b/egs/reazonspeech/ASR/zipformer/test_scaling.py new file mode 120000 index 000000000..715798436 --- /dev/null +++ b/egs/reazonspeech/ASR/zipformer/test_scaling.py @@ -0,0 +1 @@ +../../../librispeech/ASR/zipformer/test_scaling.py \ No newline at end of file diff --git a/egs/reazonspeech/ASR/zipformer/test_subsampling.py b/egs/reazonspeech/ASR/zipformer/test_subsampling.py new file mode 120000 index 000000000..bf0ee3d11 --- /dev/null +++ b/egs/reazonspeech/ASR/zipformer/test_subsampling.py @@ -0,0 +1 @@ +../../../librispeech/ASR/zipformer/test_subsampling.py \ No newline at end of file