tensorflow.python.framework.errors_impl.NotFoundError: D:\Master\models\research\domain_adaptation\domain_separation\_grl_ops.so not found

我的文件目录里明明有这个文件,但是为什么tf.load_op_library()一直读不到我的文件_grl_ops.so

tf.logging.info(tf.resource_loader.get_data_files_path())
print(tf.resource_loader.get_data_files_path())
print(os.path.join(tf.resource_loader.get_data_files_path(),
                 "_grl_ops.so"))
_grl_ops_module = tf.load_op_library(
    os.path.join(tf.resource_loader.get_data_files_path(),
                 "_grl_ops.so"))

不知道你这个问题是否已经解决, 如果还没有解决的话:

如果你已经解决了该问题, 非常希望你能够分享一下解决方案, 写成博客, 将相关链接放在评论区, 以帮助更多的人 ^-^