We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi I get ERROR: Cannot find key: --keyword when I Run
ERROR: Cannot find key: --keyword
docker run --gpus all -p 8080:8080 --rm -u $(id -u):$(id -g) -it \ -v $(pwd):/demo_data \ mkws \ --keyword mask \ --modelpath /demo_data/xfer_epochs_4_bs_64_nbs_2_val_acc_1.00_target_mask \ --groundtruth /demo_data/mask_groundtruth_labels.txt \ --wav /demo_data/mask_stream.wav \ --transcript /demo_data/mask_full_transcript.json \ --visualizer
also is there an example for the required files (groundtruth,transcript)?
Thanks!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi I get
ERROR: Cannot find key: --keyword
when I Run
also is there an example for the required files (groundtruth,transcript)?
Thanks!
The text was updated successfully, but these errors were encountered: