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
When I tried to run the model on TF1.10,
I simply commented out the statement tf.com Pat.v1.enable_eager_execution () and tested it under TF.session (): and the following problems popped up:
FailedPreconditionError: Error while reading resource variable block_10_project/kernel from Container: localhost. This could mean that the variable was uninitialized. Not found: Container localhost does not exist. (Could not find resource: localhost/block_10_project/kernel)
[[node RetinaFaceModel/MobileNetV2_extrator/block_10_project/Conv2D/ReadVariableOp (defined at D:\Anaconda3\envs\tensorflow\lib\site-packages\tensorflow_core\python\framework\ops.py:1748) ]]
The text was updated successfully, but these errors were encountered:
When I tried to run the model on TF1.10,
I simply commented out the statement tf.com Pat.v1.enable_eager_execution () and tested it under TF.session (): and the following problems popped up:
FailedPreconditionError: Error while reading resource variable block_10_project/kernel from Container: localhost. This could mean that the variable was uninitialized. Not found: Container localhost does not exist. (Could not find resource: localhost/block_10_project/kernel)
[[node RetinaFaceModel/MobileNetV2_extrator/block_10_project/Conv2D/ReadVariableOp (defined at D:\Anaconda3\envs\tensorflow\lib\site-packages\tensorflow_core\python\framework\ops.py:1748) ]]
The text was updated successfully, but these errors were encountered: