Feel free to use the issue tracker not just to report bugs, but also to ask general questions.
Hi,
I have compiled tensorflow-fast-rcnn on a CPU machine.
I am trying to run the unit test for forward op. I get the following error:
"RuntimeError: Cannot over-write a valid watcher with another". This is caused when calling tf.load_op_library(). Couldn't figure out what the problem was.
Here is the full Traceback:
Traceback (most recent call last):
File "", line 1, in
File "/usr/local/lib/python2.7/dist-packages/tensorflow/python/framework/load_library.py", line 57, in load_op_library
raise RuntimeError(compat.as_text(py_tf.TF_Message(status)))
RuntimeError: Cannot over-write a valid watcher with another.
Any help here would be appreciated!
Feel free to use the issue tracker not just to report bugs, but also to ask general questions.
Hi,
I have compiled tensorflow-fast-rcnn on a CPU machine.
I am trying to run the unit test for forward op. I get the following error:
"RuntimeError: Cannot over-write a valid watcher with another". This is caused when calling tf.load_op_library(). Couldn't figure out what the problem was.
Here is the full Traceback:
Traceback (most recent call last):
File "", line 1, in
File "/usr/local/lib/python2.7/dist-packages/tensorflow/python/framework/load_library.py", line 57, in load_op_library
raise RuntimeError(compat.as_text(py_tf.TF_Message(status)))
RuntimeError: Cannot over-write a valid watcher with another.
Any help here would be appreciated!