Hey everyone,
I was testing this out and found a few changes that need to be made to the build.py script.
Remove:
- CuDNNLSTM
- CuDNNGRU (they are no longer called like that).
Substitute:
- tf.ConfigProto with tf.compat.v1.ConfigProto
- tf.Session() with tf.compat.v1.Session
Same parameters, just change the syntax.
This is just a quick fix and should be rewritten for the new version of tensorflow.
Great work kartikmadan!
Hey everyone,
I was testing this out and found a few changes that need to be made to the build.py script.
Remove:
Substitute:
Same parameters, just change the syntax.
This is just a quick fix and should be rewritten for the new version of tensorflow.
Great work kartikmadan!