stanford-tensorflow-tutorials
stanford-tensorflow-tutorials copied to clipboard
This repository contains code examples for the Stanford's course: TensorFlow for Deep Learning Research.
could someone tell me how to deal with it. Traceback (most recent call last): File "C:/Users/Jerin/PycharmProjects/pyflow/main.py", line 81, in total_correct_preds += accuracy_batch TypeError: unsupported operand type(s) for +=: 'int' and...
The current code is throwing error in the line # Step 9: output the values of w and b w, b = sess.run([w, b]) Hence,below code should be changed #...
I tried to add an additional variable 'u' as the notes_03.pdf suggested, however the loss and parameters became very large so that the final output is 'nan'. I tried to...
I got a lot of errors where Python doesn't like doing things interchangably with strings and bytearrays. If fixed them and got running. If you want the fixed file its...
LT;DR: length calculation is wrong, padded zeros are never ignored. Note that `vocab_encode` encodes each char as an index in `1`..`vocab_len`: that's what is stored in `seq` before it goes...
It seems that the order of inputs and labels parameter is changed in the new tf.nn.sampled_softmax_loss API. But after changing the order, it still reports error: TypeError: Input 'y' of...
Hi, We have successfully trained stanford chatbot using cornell movie dialog corpus.But it is giving random answers.We are trying to use Ubuntu Dialog Corpus dataset but we are unable to...
We changed the name of the site. Also, added better instructions.