Could not load dynamic library 'libcudart.so.10.1'; dlerror: libcudart.so.10.1: cannot open shared object file: No such file or directory; LD_LIBRARY_PATH:
rnn_cell = tf.nn.rnn_cell.GRUCell
AttributeError: module 'tensorflow._api.v2.nn' has no attribute 'rnn_cell'
It seems that the code is not suitable for tensorflow2.x version
Could not load dynamic library 'libcudart.so.10.1'; dlerror: libcudart.so.10.1: cannot open shared object file: No such file or directory; LD_LIBRARY_PATH:
rnn_cell = tf.nn.rnn_cell.GRUCell AttributeError: module 'tensorflow._api.v2.nn' has no attribute 'rnn_cell'
It seems that the code is not suitable for tensorflow2.x version