Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 449 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 449 Bytes

Contrastive Predictive Coding

Implementation of PyTorch implementation of Representation Learning with Contrastive Predictive Coding by Van den Oord et al. (2018).

Paper

Usage

python main.py

Set the experiment's configuration parameters in the config/audio folder's files. This implementation uses sacred to manage experiments.