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

Linking audio datasets #92

Open
Botirjon2009 opened this issue Feb 16, 2022 · 1 comment
Open

Linking audio datasets #92

Botirjon2009 opened this issue Feb 16, 2022 · 1 comment

Comments

@Botirjon2009
Copy link

parser = argparse.ArgumentParser(description="testing the wakeword engine")
parser.add_argument('--model_checkpoint', type=str, default=None, required=True,
help='Checkpoint of model to optimize')
parser.add_argument('--save_path', type=str, default=None, required=True,
help='path to save optmized model')

usage: ipykernel_launcher.py [-h] --model_checkpoint MODEL_CHECKPOINT
--save_path SAVE_PATH
ipykernel_launcher.py: error: the following arguments are required: --model_checkpoint, --save_path

I couldn't solve this problem

@KnifeOfDunwall
Copy link
Collaborator

KnifeOfDunwall commented Feb 16, 2022

You need to specify the location in wich the checkpoint and save point for the model should be stored

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