Contrastive-Predictive-Coding-PyTorch
Contrastive-Predictive-Coding-PyTorch copied to clipboard
the self.softmax() don't update the paras in the CDCK2?
I don't understand how to update the self.softmax() when training, because the acc don't backward. How does it work?
@jefflai108