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

Pre-training #5

Closed
BakingBrains opened this issue Dec 7, 2021 · 2 comments
Closed

Pre-training #5

BakingBrains opened this issue Dec 7, 2021 · 2 comments

Comments

@BakingBrains
Copy link

python run_pretrain.py --datadir Audio_Dir \
                       --labelpath Label_Path
                       --labeling_method hard \
                       --saving_path Saving_Path \
                       --training_step 10000 \
                       --save_top_k 1 \
                       --wav2vecpath Wav2vecCKPT \
                       --precision 16

Here --labelpath, should be a session label or metalabel.json?

@b04901014
Copy link
Owner

In my experiment I only use session label since I don't want the test set to be revealed during pre-training, metalabel.json is simply a by-product.
But if you don't care, you can feed metalabel.json into it, it will pre-train on all of the IEMOCAP data regardless of the splits and the categories.

@BakingBrains
Copy link
Author

@b04901014 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

2 participants