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

My own data train and test question. #241

Open
damonchang23 opened this issue Nov 29, 2024 · 1 comment
Open

My own data train and test question. #241

damonchang23 opened this issue Nov 29, 2024 · 1 comment

Comments

@damonchang23
Copy link

Thank you for your great work.
I have simple question, which is how to train my own dataset?

Original instruction is
python main.py data/May --workspace model/trial_may -O --iters 60000 --asr_model ave
python main.py data/May --workspace model/trial_may -O --iters 100000 --finetune_lips --patch_size 64 --asr_model ave

Do I have to change data and model such like as,
python main.py data/myowndataset --workspace model/trial_myowndataset -O --iters 60000 --asr_model ave
python main.py data/myowndataset --workspace model/trial_myowndataset -O --iters 100000 --finetune_lips --patch_size 64 --asr_model ave

like this?

Thank you in advance.

@11898d
Copy link

11898d commented Dec 3, 2024

是的,你这样修改是没有问题的
请确保你的数据集文件myowndataset按照要求进行构建,并放在data目录下面

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