Hi, @bfs18
I try to train wavenet model, but I get an error:
Traceback (most recent call last):
File "train_wavenet.py", line 189, in
train(args)
File "train_wavenet.py", line 38, in train
logdir_name = config_str.get_config_time_str(hparams, 'wavenet', EXP_TAG)
File "./ttswork/nsynth_wavenet_bfs18_20180905/auxilaries/config_str.py", line 116, in get_config_time_str
cstr = get_config_srt(hparams, model, tag) + '-' + get_time_str()
File "./ttswork/nsynth_wavenet_bfs18_20180905/auxilaries/config_str.py", line 18, in get_config_srt
branch_names = subprocess.check_output(['git', 'branch'])
File "./miniconda3/lib/python3.6/subprocess.py", line 336, in check_output
*kwargs).stdout
File "./miniconda3/lib/python3.6/subprocess.py", line 403, in run
with Popen(popenargs, **kwargs) as process:
File "./miniconda3/lib/python3.6/subprocess.py", line 709, in init
restore_signals, start_new_session)
File "./miniconda3/lib/python3.6/subprocess.py", line 1344, in _execute_child
raise child_exception_type(errno_num, err_msg, err_filename)
FileNotFoundError: [Errno 2] No such file or directory: 'git': 'git'
Hi, @bfs18 I try to train wavenet model, but I get an error: Traceback (most recent call last): File "train_wavenet.py", line 189, in
train(args)
File "train_wavenet.py", line 38, in train
logdir_name = config_str.get_config_time_str(hparams, 'wavenet', EXP_TAG)
File "./ttswork/nsynth_wavenet_bfs18_20180905/auxilaries/config_str.py", line 116, in get_config_time_str
cstr = get_config_srt(hparams, model, tag) + '-' + get_time_str()
File "./ttswork/nsynth_wavenet_bfs18_20180905/auxilaries/config_str.py", line 18, in get_config_srt
branch_names = subprocess.check_output(['git', 'branch'])
File "./miniconda3/lib/python3.6/subprocess.py", line 336, in check_output
*kwargs).stdout
File "./miniconda3/lib/python3.6/subprocess.py", line 403, in run
with Popen(popenargs, **kwargs) as process:
File "./miniconda3/lib/python3.6/subprocess.py", line 709, in init
restore_signals, start_new_session)
File "./miniconda3/lib/python3.6/subprocess.py", line 1344, in _execute_child
raise child_exception_type(errno_num, err_msg, err_filename)
FileNotFoundError: [Errno 2] No such file or directory: 'git': 'git'