jefflai108 / Contrastive-Predictive-Coding-PyTorch

Contrastive Predictive Coding for Automatic Speaker Verification
MIT License
472 stars 96 forks source link

the self.softmax() don't update the paras in the CDCK2? #13

Open super-wcg opened 4 years ago

super-wcg commented 4 years ago

I don't understand how to update the self.softmax() when training, because the acc don't backward. How does it work?

super-wcg commented 4 years ago

@jefflai108