Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Optimal hyperparameters for variable-rate CPC #3

Open
Saurabhbhati opened this issue Jun 6, 2023 · 0 comments
Open

Optimal hyperparameters for variable-rate CPC #3

Saurabhbhati opened this issue Jun 6, 2023 · 0 comments

Comments

@Saurabhbhati
Copy link

Based on the README and the paper I am using the following hyper-parameters for training the variable-rate CPC

python cpc/train.py --pathDB /path_datasets/LibriSpeech/train-clean-100 --file_extension '.flac' --pathCheckpoint ./hcpc --normMode layerNorm --dropout --n_process_loader 1 --batchSizeGPU 32 --CPCCTC --nPredicts 12 --CPCCTCNumMatched 12 --limitNegsInBatch 8 --nEpoch 50 --nGPU 1 --nLevelsGRU 2 --schedulerRamp 10 --multiLevel --segmentationMode boundaryPredictor --nPredictsSegment 2 --CPCCTCNumMatchedSegment 2 --adjacentNegatives --targetQuantizerSegment robustKmeans

However, the phone segmentation results (R-value 73.23) are lower than the ones in the paper (R-value 81.98) for Librispeech dataset. I seem to be missing something. Could you please take a look and share the optimal parameters?

Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant