Spaces:
Runtime error
Runtime error
| 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 | |