-
Hi,
My name is Yohan YU, your developer of this repository. Right now, I'm able to run a volta instance on the cloud, let's see how it goes. I will keep updating in a week.
-
I have a sequence of Caffe layers with no loss layer in a Caffe network. In my python code, I want to repeatedly take the following steps:
1. Do a forward pass through the network.
2. Compute my own …
-
Many non-experts are using the following code http://stackoverflow.com/questions/33949786/how-could-i-use-batch-normalization-in-tensorflow?answertab=votes#tab-top.
It would be nice to have an offici…
-
I upgraded the library but I got the similar problem..
When I type the following command,
dytb_train --model LeNet --dataset MNIST
> File "/home/dongwonshin/Desktop/venv/bin/dytb_train", line 5…
-
Here are a few things I think would be valuable to add to Keras in the near future.
These are mere suggestions. You are welcome to discuss them, contest them, add your own ideas... I would like the d…
-
[**TL;DR:** We're designing a new input pipeline API for TensorFlow, and we'd like to collect your feature requests on this issue.]
We've noticed that one of the biggest challenges in getting start…
-
Hi guys,
Ask a basic question, how I can extract a middle neural network( e.g. the 8th fully connected neural network) as the feature vector (dimension :1000) efficiently.Is there a simple calling fun…
-
Hello,
I am working on AI for the game 2048 (https://gabrielecirulli.github.io/2048/). This library looks like fantastic so I want to ask you what I need to do in order to train agent (some discret…
-
Operating System: 2 servers(each have 4 GPUs, Titan-x), ubuntu14.04
CUDA 7.5, cuDNN 4.0.7
Tensorflow has been installed with source file with bazel.
MNIST example works well on each single server.
~/…
-
I am training CIFAR10 dataset using a CNN.I am facing a problem while loading the dataset into dictionary variables. CIFAR10 dataset contains 6 batches 5 of which can be used for training and validati…