stanford-tensorflow-tutorials icon indicating copy to clipboard operation
stanford-tensorflow-tutorials copied to clipboard

This repository contains code examples for the Stanford's course: TensorFlow for Deep Learning Research.

Results 87 stanford-tensorflow-tutorials issues
Sort by recently updated
recently updated
newest added

while I am trying to run this code, I am not able to perform self.img = tf.reshape(img, [-1,28,28,1]). I am getting this error - TypeError: Fetch argument has invalid type...

Hello, like the title i need some help with "data.py" file When i run the original "data.py" file that clone from here it go error like below ``` Traceback (most...

Hi, Can anyone tell me where can I find the pre-trained models or processed and checkpoints folder for this chatbot or help me by sending it?

**When I run following, Why do I get blank responses from Bot.** (my_env) ubuntu@ip-172-31-16-139:~/chatbot/annbot$ python3 chatbot.py --mode chat Preparing data to be model-ready ... Data ready! Initialize new model Create...

``` > hi [[-0.05387566 -2.2077456 -0.1335546 ... -0.3521466 0.15176542 0.4837527 ]] > how are you? [[-0.05443239 -2.2417731 -0.1325449 ... -0.35882115 0.15338464 0.49410236]] > say something [[-0.05385711 -2.2218084 -0.13375734 ... -0.3538314...

## hello,what's the tensorflow version of this project?

I am finding that as the bot trains the older data outside of the last 10ish steps disappears. Is this normal? I would imagine that the bot would need large...