stillwalker1234

Results 4 comments of stillwalker1234

@Feynman27 That's a really subtle error, have you tried training with that mod?

You need to use tensorflow 1.1 (I had the exact same problem).. this should be in the README.md From: William Xie Sent: Thursday, September 7, 21:13 Subject: Re: [CharlesShang/FastMaskRCNN] Where...

funny, i just did that, using https://raw.githubusercontent.com/tensorflow/tensorflow/master/tensorflow/tools/compatibility/tf_upgrade.py, and it worked without any errors... edit: also had to change "adj_X" to "adjoint_a" in tf.batch_mutmul calls (which is just tf.matmul in 1.0)