contrastive-predictive-coding
contrastive-predictive-coding copied to clipboard
Keras implementation of Representation Learning with Contrastive Predictive Coding
Hi, I was wondering if you've thought about the licensing status of your code before. As your repository doesn't have a license attached to it it has to be considered...
We add '/torch_train_model.py' that reproduces the training in '/train_model.py'. Each element in the cpc network are wrapped in `torch.nn.Module` subclasses: * `NetworkEncoder` : Transforms a batch of images into an...
Hey David, Disclaimer: I am far from an expert. I noticed that in your implementation of CPC your datasets can provide a variable number of positive samples. Scaling with your...
Do you know how to use Contrastive Predictive Coding on reinforcement learning as stated in the paper?
Why do we need negative sequences? I think contrastive learning do not need negative sequences, because negative pairs can define as two different frames in a video.
Hello, I have been running your code and am a bit confused about why you set predict_terms to 4. I have just tested the code using terms=1 and predict_terms=1 and...