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

ValueError : The passed save_path is not a valid checkpoint #120

Open
Shenfanlin opened this issue Nov 28, 2019 · 3 comments
Open

ValueError : The passed save_path is not a valid checkpoint #120

Shenfanlin opened this issue Nov 28, 2019 · 3 comments

Comments

@Shenfanlin
Copy link

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?

@rookie-may
Copy link

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?

I also have the same problem, have you solved it?

@dimanshu
Copy link

@rookie-may did u solve it?

@maxbalrog
Copy link

@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

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

4 participants