Waveglow_Inference_in_CUDA
Waveglow_Inference_in_CUDA copied to clipboard
C++ Code to run waveglow inference in cuda
[root@localhost Waveglow_Inference_in_CUDA]# tail filename.txt mel_spectrograms_npy/ [root@localhost Waveglow_Inference_in_CUDA]# ./waveglow_tts filename.txt OutputDir 3 filename.txt OutputDir the folder_name and out_folder isfilename.txt OutputDir terminate called after throwing an instance of 'std::regex_error' what(): regex_error Aborted...
This PR fixes compilation with nvcc 10.1 (it looks nvcc 10.1 does not like `using namespace`) ``` $ nvcc --version nvcc: NVIDIA (R) Cuda compiler driver Copyright (c) 2005-2019 NVIDIA...