contrastive-predictive-coding
contrastive-predictive-coding copied to clipboard
PyTorch implementation of Representation Learning with Contrastive Predictive Coding by Van den Oord et al. (2018)
Contrastive Predictive Coding
Implementation of PyTorch implementation of Representation Learning with Contrastive Predictive Coding by Van den Oord et al. (2018).
Usage
python main.py
Set the experiment's configuration parameters in the config/audio
folder's files.
This implementation uses sacred to manage experiments.