Skip to content

Linking audio datasets #92

@Botirjon2009

Description

@Botirjon2009

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions