stanford-tensorflow-tutorials
                                
                                 stanford-tensorflow-tutorials copied to clipboard
                                
                                    stanford-tensorflow-tutorials copied to clipboard
                            
                            
                            
                        This repository contains code examples for the Stanford's course: TensorFlow for Deep Learning Research.
When trying to run this code, I get the error below. The zip file looks okay to me, though. ``` (tensorflow) adamg:examples adamg$ python 04_word2vec_visualize.py Dataset ready Traceback (most recent...
Hi everyone, I am new to tensorflow, can anyone guide me in solving this error? Is it because of old version of tensorflow? ``` Data ready! Bucketing conversation number 9999...
After running the code successfully it cut off the image which wasn't desired.How to change the scale on which i want to do style transfer.I used different images as input....
When I run the code it shows this warning in the output result WARNING:tensorflow:From /home/shresth/.local/lib/python3.5/site-packages/tensorflow/python/ops/nn_impl.py:1346: softmax_cross_entropy_with_logits (from tensorflow.python.ops.nn_ops) is deprecated and will be removed in a future version. Instructions for...
If you use a Python bool, the value of training won't change because you already build the logits before the session and you can't change the graph during the session....
Hi! I perform 1000 iterations but i am getting only one character output for every input and the output is "i ."
how does this work: use one writer writer = tf.summary.FileWriter('./graphs/convnet', tf.get_default_graph()) then wirte both train accuracy and test accuracy does it need to create two writer one for train ,another...
Hello, when I run the chatbot.py file in the chat mode, I am getting a welcome message but after that the program exits and I am not able to type...
I ran the 03_logreg.py file but it couldn't download the MNIST file. Look at the error it throws below, what could be the cause. ``` Downloading http://yann.lecun.com/exdb/mnist/train-images-idx3-ubyte.gz --------------------------------------------------------------------------- FileNotFoundError Traceback...
The slide of lecture 4 says there is a examples/04_eager_repl_demo.py, which is not found in the repository.