Natural-Language-Processing-with-TensorFlow icon indicating copy to clipboard operation
Natural-Language-Processing-with-TensorFlow copied to clipboard

Natural Language Processing with TensorFlow, published by Packt

Results 2 Natural-Language-Processing-with-TensorFlow issues
Sort by recently updated
recently updated
newest added

Hello, I found a bug in ch9/lstm_image_caption_pretrained_wordvecs_rnn_api.ipynb, In [8], Building the Dictionary with Clean Data. Under instruction dictionary = {'SOS':0, 'EOS': 1} , It seemed to lose an important instruction...

correct the size in the read_data with processing (chap3) by using a while loop, the size used in the code is the size of the compressed file which is not...