-
I have neural network like follows
```
public static void main(String[] args) throws IOException, InterruptedException {
int batchSize = 19;
int epoch = 10;
long seed = 123;
int heig…
-
Hi Renato,
thanks for the great repo. I would like to use it as well!
Can you give a bit more information on the input formats for volumes and labels?
E.g.: I have an ndarray for each of my vo…
-
I am attempting to train model on AVA myself and faced very low quality of predictions. Digging further, I found predictions to be very strange and started to investigate pretrained models and asking …
hcl14 updated
5 years ago
-
I'm following the GitHub, copying and pasting, and NOTHING works in it. I get a runtime error on everything besides the import, and reset_graph().
-
An administrator told me that only the individual author can have ranked bot account.
Gian Carlo, perhaps you could set such account and pass it to someone here who has decent GPU and is willing to…
-
-
There may be a mistake I found in `tensorflow/tensorflow/example/speech_commands/models.py`:
The function `create_conv_model()` is to create a "cnn-trad-fpool3" network with 2 max pool layers, but th…
-
In the svhn-digit-dorefa.py code, where is the XNOR kernel?
-
Based on some recent benchmarks (on GTX 1080 Ti), using 8-bit quantized integers during inference could give us significant performance improvement. No experiments has been performed yet, but other so…
-
I'd like to use keras to build a 1D convolutional net with pooling layers on some textual input, but I can't figure out the right input format and the right number of incoming connections above the fl…