python aidio.py features --features_path E:\aidio_data\features --feature svs_openunmix --raw_path E:\parsed_singers.v2
python aidio.py features --features_path E:\aidio_data\features --feature frame_selection --raw_path E:\parsed_singers.v2
python aidio.py model --model gmm --experiment svs_2 --data_path /home/voyanedel/data/data/2d/svs-bin-full --label_filename labels.mfcc.csv
python aidio.py model --model wavenet --data_path /home/vichoko/data/data/1d/svs-bin-full --label_filename labels.csv --gpus [0] --experiment foo
python aidio.py model --model wavenet --data_path /home/vichoko/data/data/1d/svs-bin-full --label_filename labels.csv --gpus [0,1] --experiment foo
python aidio.py model --model wavenet_lstm --data_path /home/vichoko/data/data/1d/svs-bin-full --label_filename labels.csv --gpus [0] --experiment foo
python aidio.py model --model gmm --data_path /home/vichoko/data/data/2d/svs-bin-full --label_filename labels.csv --gpus [0] --experiment foo
python commands\clean_dataset.py --src_path E:\aidio_data\features\svs_openunmix --dest_path E:\aidio_data\features\svs_ou_skipped --label_file labels.svs_openunmix.csv
python commands\optimize_dataset.py --raw_path E:\parsed_singers.v2
If you get
Error: mkl-service + Intel(R) MKL: MKL_THREADING_LAYER=INTEL is incompatible with %s library."
"\n\tTry to import numpy first or set the threading layer accordingly.
Then export this variable
export MKL_THREADING_LAYER=GNU
Note: This is method is intended to import wav files from numpy.load method. So file names must be in .npy format.
- Set the correct
NUMBER_OF_CLASSES
onconfig.py
to match desired label file to be exactly exported. - Run
wav_to_mfcc.py
and wait to transform each:
python commands/wav_to_mfcc.py --src_path /home/vichoko/data/data/1d/svs-svd-bin-full --dest_path /home/vichoko/data/data/2d/svs-svd-N --src_label_prefix labels
- Set the correct
NUMBER_OF_CLASSES
onconfig.py
to match desired label file to be exactly exported. - Run
copy_data_by_label.py
and wait to transform each:
python commands/copy_data_by_label.py --src_path /home/vichoko/data/data/1d/svs-svd-bin-full --dest_path /home/vichoko/data/data/1d/svs-svd-N --src_label_prefix labels
rsync -a /opt/file.zip [email protected]:/var/www/
rsync -avz -e "ssh -p $portNumber" user@remoteip:/path/to/files/ /local/path/