tensorflow_tutorials
tensorflow_tutorials copied to clipboard
From the basics to slightly more interesting applications of Tensorflow
Hi, I get nan value for loss when I use the quadratic model Y_predicted = X * X * w + X * u + b What is the possible...
Hi, thanks for sharing these, I noticed in the convolutional autoencoder that the default number of filters for the first layer is 1: https://github.com/pkmital/tensorflow_tutorials/blob/master/python/09_convolutional_autoencoder.py#L14 Why is that? Wouldn't that mean...
hello~ when I'm running 06-modern-convnet with tensorflow 1.4, it presents an error. Could you please tell me how to solve it? My friends also have this prolbem. Traceback (most recent...
I am getting TypeError: pred must not be a Python bool in the line lambda: (ema_mean, ema_var)) in batch_norm function. Looking forward for the help Above error is while using...
when i run python 06_modern_convnet.py , I got this error. I don't understand what happen and I just test batch normalization layer. Please help me. Thanks!
Hi, I just wanted to ensure that the mean subtraction in the Convolution Autoencoder's test images are correct. [Here](https://github.com/pkmital/tensorflow_tutorials/blob/master/python/09_convolutional_autoencoder.py#L157 ) the mean of the train image is being subtracted from...
I feel that ~~tf.get_variable()~~ has to be used instead of ~~tf.Variable()~~. In each epoch all the mini batches have to interact with same set of weights. But since we are...
matplotlib plots weren't working for this notebook.
Anyone willing to help w/ this?