Mostafa-Samir / DNC-tensorflow

A TensorFlow implementation of DeepMind's Differential Neural Computers (DNC)
MIT License
581 stars 164 forks source link

Upgrade to Tensorflow 1.0? #13

Open mrolinek opened 7 years ago

mrolinek commented 7 years ago

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

stillwalker1234 commented 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)