Spaces:
Runtime error
Runtime error
File size: 359 Bytes
12bfd03 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
#!/bin/bash
source path.sh
python3 main3_ddp.py \
--BATCH_SIZE 16 \
--N_EPOCHS 300 \
--save_dir path_to_save_log \
--PATH path_to_save_model \
--train_data_path path_to_training_data \
--valid_data_path path_to_val_data \
--sr 24000 \
--ratios 6 5 4 2 \
--target_bandwidths 1 2 4 8 12
|