Skip to content
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.

The bidirectional CPC model proposed in the paper "On Scaling Contrastive Representations for Low-Resource Speech Recognition"."

Notifications You must be signed in to change notification settings

corticph/scaling-contrastive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bidirectional CPC Model for Speech Representations

The bidirectional CPC model proposed in the paper:
"On Scaling Contrastive Representations for Low-Resource Speech Recognition".

See example.py for a simple example of how to load the model and extract the representations used in the paper.

File format used for training was 16-bit PCM sampled at 16kHz. See test.wav.

To test, run:

conda create -n scaling python==3.6.8
conda activate scaling
pip install -r requirements.txt
python example.py

Tested with CUDA 9.0.

About

The bidirectional CPC model proposed in the paper "On Scaling Contrastive Representations for Low-Resource Speech Recognition"."

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages