Gastron commited on
Commit
a6557d3
1 Parent(s): 8ff2518

Add missing RIR path

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -77,7 +77,7 @@ pip install -e .
77
  3. Run Training:
78
  ```
79
  cd recipes/WHAMandWHAMR/separation
80
- python train.py hparams/sepformer-whamr.yaml --data_folder=your_data_folder
81
  ```
82
 
83
  You can find our training results (models, logs, etc) [here](https://drive.google.com/drive/folders/1m1xfx2ojf7qgOyscJVVCQFRY0VRl0rdi?usp=sharing).
 
77
  3. Run Training:
78
  ```
79
  cd recipes/WHAMandWHAMR/separation
80
+ python train.py hparams/sepformer-whamr.yaml --data_folder=YOUR_DATA_FOLDER --rir_path=YOUR_ROOM_IMPULSE_SAVE_PATH
81
  ```
82
 
83
  You can find our training results (models, logs, etc) [here](https://drive.google.com/drive/folders/1m1xfx2ojf7qgOyscJVVCQFRY0VRl0rdi?usp=sharing).