You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Whe I ues intel-tensorflow==2.5.0 to run SSD_ResNet34 model for inference, it will get an error:
Traceback (most recent call last):
File "/home/support/miniconda3/envs/vdms_streamer/lib/python3.7/site-packages/tensorflow/python/client/session.py", line 1375, in _do_call
return fn(*args)
File "/home/support/miniconda3/envs/vdms_streamer/lib/python3.7/site-packages/tensorflow/python/client/session.py", line 1360, in _run_fn
target_list, run_metadata)
File "/home/support/miniconda3/envs/vdms_streamer/lib/python3.7/site-packages/tensorflow/python/client/session.py", line 1453, in _call_tf_sessionrun
run_metadata)
tensorflow.python.framework.errors_impl.InternalError: Missing 0-th output from {{node v/cg/resnet34_backbone/conv1/conv2d/Conv2D_eightbit_requantize}}
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "draft.py", line 53, in <module>
results = sess.run(output_tensors, {input_tensor: image})
File "/home/support/miniconda3/envs/vdms_streamer/lib/python3.7/site-packages/tensorflow/python/client/session.py", line 968, in run
run_metadata_ptr)
File "/home/support/miniconda3/envs/vdms_streamer/lib/python3.7/site-packages/tensorflow/python/client/session.py", line 1191, in _run
feed_dict_tensor, options, run_metadata)
File "/home/support/miniconda3/envs/vdms_streamer/lib/python3.7/site-packages/tensorflow/python/client/session.py", line 1369, in _do_run
run_metadata)
File "/home/support/miniconda3/envs/vdms_streamer/lib/python3.7/site-packages/tensorflow/python/client/session.py", line 1394, in _do_call
raise type(e)(node_def, op, message)
tensorflow.python.framework.errors_impl.InternalError: Missing 0-th output from node v/cg/resnet34_backbone/conv1/conv2d/Conv2D_eightbit_requantize (defined at draft.py:21)
Then I downgrade the intel-tensorflow to 2.4.0, problem solved.
The text was updated successfully, but these errors were encountered:
…#91)
* Add dockerfile and documentation for ResNext101
* Update echos
* Small doc updates
* add shm-size
* add shm-size for maskrcnn
* Update to use env vars in build.sh
* Updating name for ResNext to be 'ResNext 32x16d'
* Update quickstart scripts
* Regenerate dockerfile after sync with develop
* Regenerate docs
Whe I ues intel-tensorflow==2.5.0 to run SSD_ResNet34 model for inference, it will get an error:
Then I downgrade the intel-tensorflow to 2.4.0, problem solved.
The text was updated successfully, but these errors were encountered: