HoneyTian commited on
Commit
f418b0d
·
1 Parent(s): 29c8c0d
examples/frcrn/run.sh CHANGED
@@ -4,7 +4,7 @@
4
 
5
 
6
  sh run.sh --stage 2 --stop_stage 2 --system_version centos --file_folder_name file_dir --final_model_name frcrn-20-512-nx-dns3 \
7
- --config_file "yaml/config-20-512.yaml" \
8
  --noise_dir "/data/tianxing/HuggingDatasets/nx_noise/data/noise" \
9
  --speech_dir "/data/tianxing/HuggingDatasets/nx_noise/data/speech/dns3-speech"
10
 
 
4
 
5
 
6
  sh run.sh --stage 2 --stop_stage 2 --system_version centos --file_folder_name file_dir --final_model_name frcrn-20-512-nx-dns3 \
7
+ --config_file "yaml/config-20.yaml" \
8
  --noise_dir "/data/tianxing/HuggingDatasets/nx_noise/data/noise" \
9
  --speech_dir "/data/tianxing/HuggingDatasets/nx_noise/data/speech/dns3-speech"
10
 
examples/frcrn/yaml/{config-10-512.yaml → config-10.yaml} RENAMED
@@ -2,9 +2,9 @@ model_name: "frcrn"
2
 
3
  sample_rate: 8000
4
  segment_size: 32000
5
- nfft: 512
6
- win_size: 512
7
- hop_size: 128
8
  win_type: hann
9
 
10
  use_complex_networks: true
 
2
 
3
  sample_rate: 8000
4
  segment_size: 32000
5
+ nfft: 128
6
+ win_size: 128
7
+ hop_size: 64
8
  win_type: hann
9
 
10
  use_complex_networks: true
examples/frcrn/yaml/{config-14-512.yaml → config-14.yaml} RENAMED
@@ -2,9 +2,9 @@ model_name: "frcrn"
2
 
3
  sample_rate: 8000
4
  segment_size: 32000
5
- nfft: 512
6
- win_size: 512
7
- hop_size: 128
8
  win_type: hann
9
 
10
  use_complex_networks: true
 
2
 
3
  sample_rate: 8000
4
  segment_size: 32000
5
+ nfft: 640
6
+ win_size: 640
7
+ hop_size: 320
8
  win_type: hann
9
 
10
  use_complex_networks: true
toolbox/torchaudio/models/frcrn/yaml/config-20-512.yaml → examples/frcrn/yaml/config-20.yaml RENAMED
@@ -4,7 +4,7 @@ sample_rate: 8000
4
  segment_size: 32000
5
  nfft: 512
6
  win_size: 512
7
- hop_size: 128
8
  win_type: hann
9
 
10
  use_complex_networks: true
 
4
  segment_size: 32000
5
  nfft: 512
6
  win_size: 512
7
+ hop_size: 256
8
  win_type: hann
9
 
10
  use_complex_networks: true
toolbox/torchaudio/models/frcrn/yaml/{config-10-512.yaml → config-10.yaml} RENAMED
@@ -2,9 +2,9 @@ model_name: "frcrn"
2
 
3
  sample_rate: 8000
4
  segment_size: 32000
5
- nfft: 512
6
- win_size: 512
7
- hop_size: 128
8
  win_type: hann
9
 
10
  use_complex_networks: true
 
2
 
3
  sample_rate: 8000
4
  segment_size: 32000
5
+ nfft: 128
6
+ win_size: 128
7
+ hop_size: 64
8
  win_type: hann
9
 
10
  use_complex_networks: true
toolbox/torchaudio/models/frcrn/yaml/{config-14-512.yaml → config-14.yaml} RENAMED
@@ -2,9 +2,9 @@ model_name: "frcrn"
2
 
3
  sample_rate: 8000
4
  segment_size: 32000
5
- nfft: 512
6
- win_size: 512
7
- hop_size: 128
8
  win_type: hann
9
 
10
  use_complex_networks: true
 
2
 
3
  sample_rate: 8000
4
  segment_size: 32000
5
+ nfft: 640
6
+ win_size: 640
7
+ hop_size: 320
8
  win_type: hann
9
 
10
  use_complex_networks: true
examples/frcrn/yaml/config-20-512.yaml → toolbox/torchaudio/models/frcrn/yaml/config-20.yaml RENAMED
@@ -4,7 +4,7 @@ sample_rate: 8000
4
  segment_size: 32000
5
  nfft: 512
6
  win_size: 512
7
- hop_size: 128
8
  win_type: hann
9
 
10
  use_complex_networks: true
 
4
  segment_size: 32000
5
  nfft: 512
6
  win_size: 512
7
+ hop_size: 256
8
  win_type: hann
9
 
10
  use_complex_networks: true