albertfaromatics
albertfaromatics
I've been looking for information about the quantization and support on Leaky_relu of the coral, but I cannot see anything about it being available nor a possible future date. Looking...
As presented in #165 I tried to implement leaky_relu as title: `x = tf.maximum(x, tf.multiply(0.1, x))` The conversion to tflite works fine, giving this model: [converted_model.zip](https://github.com/google-coral/edgetpu/files/4993985/converted_model.zip) I can clearly see...
Hi, I've been trying to create the wheel for the version on the title, but I'm totally noob with docker and compiling from source. Could it be possible for you...
What's the maximum interrupt frequency on a pin the library allows? I'm trying to control a DC motor with encoder, with an encoder frecuency of about 20KHz but I'm not...