tensorflow-tutorial
tensorflow-tutorial copied to clipboard
Example TensorFlow codes and Caicloud TensorFlow as a Service dev environment.
提示 tensorflow.python.framework.errors_impl.InvalidArgumentError: You must feed a value for placeholder tensor 'y-input' with dtype float and shape [?,1] [[{{node y-input}}]] 小白,猜测与y_没有被赋值有关 但样例里y_用的是tf.placeholder,此后没有再被赋值
在文件Deep_Learning_with_TensorFlow/1.4.0/Chapter06/LeNet-5/LeNet5_train.ipynb里有如下语句: **y = LeNet5_infernece.inference(x,False,regularizer)** 其中第二个参数在训练时应该是**True**吧?
按mnist_eval.py样例运行给出的代码实际输出结果: ``` After 29001 training step(s), validation accuracy = 0.9852 After 29001 training step(s), validation accuracy = 0.9852 After 29001 training step(s), validation accuracy = 0.9852 ...... ``` 应该输出的结果是: ```...
tensorflow 2.0已出,样例程序已经无效了,请问会更新样例程序吗?
fetching sprite image。。 在第十一章里面高维度可视化这一章,我用打开tensorboard后出现网页是fetching sprite image。。。 一直在转圈。这个不知道怎么解决。谢谢了
**Is this a BUG REPORT or FEATURE REQUEST?**: > Uncomment only one, leave it on its own line: >请问分布式训练主机必须都在同一网段吗,不同网段的worker 和ps应该怎么调整呢 > /kind bug > /kind feature **What happened**: **What you...
下载了好多次都没成功,能否上到gitee上呢?
**Is this a BUG REPORT or FEATURE REQUEST?**: > Uncomment only one, leave it on its own line: > > /kind bug > /kind feature **What happened**: **What you expected...
InvalidArgumentError (see above for traceback): Matrix size-incompatible: In[0]: [100,3136], In[1]: [784,500] [[{{node GPU_0/layer1/MatMul}} = MatMul[T=DT_FLOAT, transpose_a=false, transpose_b=false, _device="/job:localhost/replica:0/task:0/device:GPU:0"](IteratorGetNext/_23, layer1/weights/read)]] **Is this a BUG REPORT or FEATURE REQUEST?**: > Uncomment only...
**Is this a BUG REPORT or FEATURE REQUEST?**: > Uncomment only one, leave it on its own line: > > /kind bug > /kind feature **What happened**: **What you expected...