-
Notifications
You must be signed in to change notification settings - Fork 24
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 model training #4
Comments
Actually, it should fit in a GPU with 12GB RAM when
|
Ok, I will try it. Thanks a lot |
@yuyq96 Hi, do you have a training script for this model? |
@shgidi The original training script for D-TDNN or CAM are not open source due to the lack of company procedure. However, now you can use 3D-Speaker to train D-TDNN, CAM and CAM++. This project is lead by my former colleagues at Alibaba DAMO, and it is similar to the original training script. |
hello, yuyq96, Thank you so much for the great work you've shared.
I learned that D-TDNNSS mini-batch setting 128 from D-TDNN paper. But this model is too large to train on single gpu. Could you tell me how you train it? Using nn.Parallel or DDP?
Looking forward to you reply
The text was updated successfully, but these errors were encountered: