An open API service indexing awesome lists of open source software.

https://github.com/spijkervet/contrastive-predictive-coding

PyTorch implementation of Representation Learning with Contrastive Predictive Coding by Van den Oord et al. (2018)
https://github.com/spijkervet/contrastive-predictive-coding

contrastive-predictive-coding cpc

Last synced: 7 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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.