tensorflowbook icon indicating copy to clipboard operation
tensorflowbook copied to clipboard

Results 14 tensorflowbook issues
Sort by recently updated
recently updated
newest added

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...

This is my computing environment: Ubuntu 16.04+gtx1080+cuda8.0rc+python2+Tensorflow 0.10.0. I realized that your codes are Python3.x suited, but that's not a problem. The real problem is when I was testing `write_records_file`...

Is any code available from chapter 6 particularly the Char RNN?

The chapter 5 seems truncated, the information about how to use the trained model are completely missing.

in the chart5 CNN implementation parts, we separate the dogs pictures into training data(80%) and testing data (20%), what is the loss value after 100000times training (if we follow the...

Would it be possible to have some code to run and evaluate the CNN Implementation model? Thanks! Michael

There is a small Typo in Chapter 3 # 1-D Tensor with boolean data type t_2 = np.array([[True, False, False], [False, False, True], [False, True, False]], dtype=np.bool) This should have...

Migrate some examples to the new API (1.0 or later). I have confirmed that my modifications work with TF versions 1.0 and 1.1. However, the remaining uncommitted examples (araxiv and...

I downloaded the code of ch5's test-input-image.jpg and tried to replicate the results shown at the bottom of the page, array([[[..., but I couldn't get it run. import tensorflow as...

I have already fixed some errors by myself however the way how parameters are passed in this method seems wrong and I get the error got an unexpected keyword argument...