-
Wws-zonda
发布在 社区求助区(SOS!!) • 阅读更多@金天 GitHub上的 mask_R-CNN 项目 我把这个弄在ros-kinetic下运行了
环境是:cuda10.0 tensorflow-gpu keras numpy python2.7 等 -
Wws-zonda
发布在 社区求助区(SOS!!) • 阅读更多出错代码处是:
code_text def log2_graph(x): """Implementatin of Log2. TF doesn't have a native implemenation.""" return tf.log(x) / tf.log(2.0) #报错在这一行 -
