-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Questions about training time #5
Comments
The same as yours. I also doubt why the training speed is so slow on PyTorch compared with that on Tensorflow. I have used kernprof to generate the profile and find out that the major bottleneck lies on decoder_lstm and location_layer which are both APIs provided by PyTorch. I still have no idea about the reason. What is more, the bigger the batch size the less the training speed. That would not happen on Tensorflow 1.x |
Sorry for my misusage of LSTM in PyTorch. There is a loop in mel spectrogram decoding and |
By the way, if we want to use |
@begeekmyfriend Thank you for your implementation. Recently, i train multi-speaker tts model with your code, and my training process is too slow.Details are as follows.
batch_size 32
iter_time:3.292461
How about your training speed? By the way ,I didn't train the model in docker container.Will this affect my training speed significantly?
The text was updated successfully, but these errors were encountered: