-
Notifications
You must be signed in to change notification settings - Fork 44
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
Training issue #11
Comments
Hi @LEECHOONGHO, thanks for your attention. Please refer to #5 for that. It should resolve your issue. |
Thanks for your help. I'll try it! |
I reach the same. Is there any problem when I keep training with that problem: "No module named 'lightconv_cuda'" ? If you have solved on fairseq, can you share a little about your config and environment, I have also tried #5 but too much error, Anyway, Thank you too much @keonlee9420 One more thing just for discussion is that why the batch size of this model is too small! , the maximum I can set is 4, while in Tacotron2 is 64 :)) |
No, I couldn't solved fairseq installing problem. Maybe it requires to reinstall cuda or version up it to 11.0 Instead, I use my own lightweight_conv module. Whether you do this or not, the program runs and you can only train with very low batch sizes.
|
@v-nhandt21 @LEECHOONGHO hi all, I also couldn't solved fairseq installing problem, is the above LightweightConv module from @LEECHOONGHO work normal as the LightweightConv in fairseq.modules import LightweightConv? Or is there any other differences between them? Many thanks. |
Thanks for sharing the nice model implementation.
When I start training, the following warning appears, do you also get the same message?
I think it's a fairseq installation problem.
No module named 'lightconv_cuda'
And I'm training in batch size 5.... on 24G memory sized RTX 3090. Could the above problem be the cause?
The text was updated successfully, but these errors were encountered: