Audiovisual-Synthesis
Audiovisual-Synthesis copied to clipboard
Run the code
Hello! Can anyone explain to a newbie how to run this code? I'm using pycharm. Sepcifically, they say: to run the code, we have to run this python train_audio.py --data_path PATH_TO_TRAINING_DATA --experiment_name EXPERIMENT_NAME --save_freq SAVE_FREQ --test_path_A PATH_TO_TEST_AUDIO --test_path_B PATH_TO_TEST_AUDIO --batch_size BATCH_SIZE --save_dir PATH_TO_SAVE_MODEL
What should I do to run it on my computer. What is each piece responsible for?
Hello! Could you please help me figure out. When I run the code, I get the following error
C:\Users\student\PycharmProjects\Audiovisual-Synthesis>python train_audio.py --data_path C:\Users\student\Homework\project\p225_003.wav --experiment_name VC_e
xample_run --save_freq 2000 --test_path_A C:\Users\student\Homework\project\p226_005.wav --test_path_B C:\Users\student\Homework\project\p227_011.wav --batch_size 4
--save_dir C:\Users\student\Homework\project\save_models
2020-05-22 23:35:19.793865: I tensorflow/stream_executor/platform/default/dso_loader.cc:44] Successfully opened dynamic library cudart64_101.dll
Traceback (most recent call last):
File "train_audio.py", line 6, in