-
## Description
(A clear and concise description of what the bug is.)
I was using one derivation of the AlexNet model to do model inference using MXNet as the Keras's backend. I used the `keras-mxnet…
-
Add in the comments the links of resources you found and also add these things:
1. Algorithms used for each given link
2. Libraries used
3. Approx lines of codes.
At the end also conclude whic…
-
@brucechou1983 :
After training, using cam.py, I am getting the predicted cam output and bounding box mismatch. Please help.
-
Great work! Thanks a lot!
The detection takes around 2 second per image on a mac using only CPU.
It's quite different from the performance of test provided in the paper.
Apart from hardware, is i…
-
I'm new using Analytics-zoo.When I use my own Cifar-10 h5 model( also trained by Analytics-zoo ) and TFDataset to predict images in a file folder, it breaks **NullPointerException**. I don't know how …
-
IMO, ChatterBot would really benefit from a rewrite to integrate Keras/TensorFlow as the Machine/Deep Learning backend. It's not a difficult implementation now that Keras has been re-written by Google…
-
I have a requirement where I want to detect text in my android app
I followed [fine tuning the recognizer](https://keras-ocr.readthedocs.io/en/latest/examples/fine_tuning_recognizer.html) guide and…
-
I was so excited when I stumbled across this code, and I'm so grateful that its creator chose to share it with us. However, I'm struggling to use it. Here's my code...
```
from keras import mode…
-
## 🐞Describing the bug
I'm unable to use `coremltools` to convert a Tensorflow 2 model containing a `tf.keras.layers.Resizing` layer: I get a `Cannot add const` error. This layer is used to resize …
-
Just made a toy example of an insult dector using a character level CNN:
https://keras-predict-r.c9users.io/insults.html
The F1 score on the validation set is around 0.65, so it's not great but i…