Skip to content

RuntimeError: Cannot over-write a valid watcher with another #7

Description

@vishakh-matroid

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions