contrastive-predictive-coding-images
contrastive-predictive-coding-images copied to clipboard
Keras implementation of Representation Learning with Contrastive Predictive Coding for images
Results
3
contrastive-predictive-coding-images issues
Sort by
recently updated
recently updated
newest added
What classification accuracy do you get on MNIST and what is the accuracy/val loss for the CPC task itself? I have been trying to implement this in Pytorch, but am...
dataset
6
Hello, can you provide the data sets involved in the code, such as training_x.npy, training_y.npy, validation_x.npy and validation_y.npy?