contrast-pred-code icon indicating copy to clipboard operation
contrast-pred-code copied to clipboard

Minimal implementation of Contrastive Predictive Coding for audio.

Results 1 contrast-pred-code issues
Sort by recently updated
recently updated
newest added

In ar_model in model.py, for layer Cropping2D, why is it pred_steps+1 instead of pred_steps? Similarly, why there is an offset 1 in GenTargets.build?