tensorflowbook icon indicating copy to clipboard operation
tensorflowbook copied to clipboard

Chapter 6 04_arxiv not suitable for tensorflow2.x version?

Open brettlv opened this issue 4 years ago • 0 comments

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

brettlv avatar Dec 24 '20 02:12 brettlv