You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: