evrrn

Results 4 comments of evrrn

@Maghoumi Hey, thank you for your work first of all! I tried to use DistributedDataParallel with SoftDTW(use_cuda=True, gamma=0.1) and got an error `ERROR:numba.cuda.cudadrv.driver:Call to cuPointerGetAttribute results in CUDA_ERROR_INVALID_VALUE` Some more...

@ErenBalatkan have you noticed any speed up for the scripted model? Thanks!

What do you use as a model to convert input sentences into melspectragrams? I would suggest this exact part of your pipeline fails to add pauses between sentences correctly. Hifigan...

As I mentioned, it depends on the model you are using to obtain the melspectrogram. Guess you are trying to use TransformerTTS - so your pauses issue only depends on...