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
my checkpoint path is absolute path but it is valueerror when i ran the freeze.py in the ML-KWS-for-MCU.How can i solve this problem?
The text was updated successfully, but these errors were encountered:
I also have the same problem, have you solved it?
Sorry, something went wrong.
@rookie-may did u solve it?
@dimanshu I've had the same issue, here is what solved it for me. Hope this might be helpful.
In my checkpoint folder (.../ckpt/), I've had 3 files:
<model_name>.ckpt-30000.index <model_name>.ckpt-30000.meta <model_name>.ckpt-30000.data-00000-of-00001
The script freeze.py worked just fine for me when I ran it with flag --checkpoint <path_to_your_ckeckpoint_folder>/ckpt/<model_name>.ckpt-30000
--checkpoint <path_to_your_ckeckpoint_folder>/ckpt/<model_name>.ckpt-30000
No branches or pull requests
my checkpoint path is absolute path but it is valueerror when i ran the freeze.py in the ML-KWS-for-MCU.How can i solve this problem?
The text was updated successfully, but these errors were encountered: