-
Notifications
You must be signed in to change notification settings - Fork 269
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
AssertionError: stage_3/mid_conv7/BiasAdd:0 is not in graph #59
Comments
Alright. I did a little research and found that this code snippet, will print out all of the node names. get_node_names.py
Looking through the output (see full output below), I see that no
|
hi, how to solve this problem? thx @slimcdk |
When running the
run_freeze_graph.py
I get this error:I've tested on multiple systems, with configurations of:
Ubuntu 16.04, 18.04
Windows 10 (build 1809)
Nvidia driver: 384, 390, 410, 418
CUDA: 8/9/9.1
cuDNN: 7
Tensorflow 1.4, 1.5, 1.6
Python 2.7, 3.5.2, 3.6.5, 3.6.7
The bold text is the current configuration of above error.
Running on a GTX 980TI and i7-5930K.
None of the above works on freeze_graph, but the live inference of webcam feed works great tho!
The text was updated successfully, but these errors were encountered: