DwayneDuane

Results 2 issues of DwayneDuane

Hi, I have created this RNN model: ``` import tensorflow as tf from tensorflow import keras input = keras.layers.Input(shape=[12, 100], batch_size=1) x = keras.layers.Dense(20, activation='relu')(input) x = keras.layers.BatchNormalization()(x) fc1 =...

Adding the ability to select between multiple available GPUs (usually on Desktop environment) for running inference with the OpenCL delegate. By default, if the user does not specify a preference,...

stat:awaiting response
comp:lite
size:L