Hello, I tried to run the code but encountered several problems.
- When using the listed environment (TensorFlow1.14.0, Cuda 10.0,.etc), I met an error (TensorFlow1.15.0 also has the same error):
"OpHint dynamic rnn only supports control flow v2."
- I then checked that "tf.compat.v1.lite.experimental.nn.dynamic_rnn" is available for TensorFlow 2.4.0, so I upgraded to TensorFlow 2.0.0 and 2.4.0, I met another error:
"could not load dynamic library 'libcudnn.so.8'; dlerror: libcudnn.so.8: cannot open shared object file: no such file or directory"
- I then installed cudnn 8.0 and then I met the error:
"Exception RuntimeError occurred, arguments: ('Improper nesting of variable_scope.',)"
- Besides, I tried CUDA10.0, CUDA10.1, CUDA11.0 and got the same results. Also, I tried to install from pip and conda and got the same results. FYI. Could you please help? Many thanks!
Hello, I tried to run the code but encountered several problems.
"OpHint dynamic rnn only supports control flow v2."
"could not load dynamic library 'libcudnn.so.8'; dlerror: libcudnn.so.8: cannot open shared object file: no such file or directory"
"Exception RuntimeError occurred, arguments: ('Improper nesting of variable_scope.',)"