You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: