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

cannot load checkpoint #13

Open
l0stpenguin opened this issue May 3, 2020 · 2 comments
Open

cannot load checkpoint #13

l0stpenguin opened this issue May 3, 2020 · 2 comments

Comments

@l0stpenguin
Copy link

I tried the demo
python3 demos/demo_uncalibrated.py --video=data/demos/golf.mov
but it crashed:

tensorflow/core/framework/op_kernel.cc:1651] OP_REQUIRES failed at save_restore_v2_ops.cc:184 : Not found: Key stereo/BatchNorm/moving_stddev not found in checkpoint
Traceback (most recent call last):
  File "/Users/l0stpenguin/Library/Python/3.7/lib/python/site-packages/tensorflow_core/python/client/session.py", line 1365, in _do_call
    return fn(*args)
  File "/Users/l0stpenguin/Library/Python/3.7/lib/python/site-packages/tensorflow_core/python/client/session.py", line 1350, in _run_fn
    target_list, run_metadata)
  File "/Users/l0stpenguin/Library/Python/3.7/lib/python/site-packages/tensorflow_core/python/client/session.py", line 1443, in _call_tf_sessionrun
    run_metadata)
tensorflow.python.framework.errors_impl.NotFoundError: Key stereo/BatchNorm/moving_stddev not found in checkpoint
         [[{{node save/RestoreV2}}]]

I do not have gpu machine. Is it possible to run it without gpu?

@sconlyshootery
Copy link

I have the same problem

@sconlyshootery
Copy link

It seems like the problem is caused by different version of tensorflow, you can install tf 1.13.1 if you have cuda 10.0 or tf 12.0 if you have cuda 9.0.

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

2 participants