CUDA_VISIBLE_DEVICES=0 stdbuf -oL -eL python preprocess_dataset.py --start_idx 0 --end_idx 6000 > log.preprocess_dataset.0_6k 2>&1& CUDA_VISIBLE_DEVICES=1 stdbuf -oL -eL python preprocess_dataset.py - ...
2.1 Train encoder with your dataset (Optional) Preprocess with the audios and the mel spectrograms: python encoder_preprocess.py <datasets_root> Allowing parameter --dataset {dataset} to support the ...