Open mrolinek opened 7 years ago
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)
Hey guys!
Thanks a lot for sharing this! I switched to TF 1.0 and upgrading your code is not entirely straightforward (the upgrade script leaves several places to be dealt with manually). I can probably manage but perhaps others have similar issues and it would help us if you released also a 1.0 version.
Thanks for considering this!
Michal