Sachin Joglekar
Sachin Joglekar
Sorry for dropping the ball here, looks like this got lost in my email. @dpchami can you paste the commands/code you are running when you got this error? I can...
@dpchami Can you print `interpreter.get_output_details()`? It is possible that due to certain changes in the converter recently, the order of outputs might have changed. So the snippet of the code...
If you wanted to add two new classes: You would need to change `num_classes` to 3 (1 + 2 more) Add ids for each class starting from 1 (Like `duck_class_id...
@shazz Did your issue get resolved?
Yup. Looking at the [documentation](https://www.tensorflow.org/api_docs/python/tf/one_hot) for `tf.one_hot`, the `zero_indexed_groundtruth_classes` should be a list of all class indices that are true for the training image (after subtracting label_id_offset). It might be...
I think this should work, atleast for the correct class labels part :-)
Hey Lu can you assign this to me?
Hey @markorakita , first off, are you quantizing the model? If not quantized, the NNAPI delegate might not provide much benefit. Second, can you provide your model (even if untrained...
> I feel like if you've already implemented the delegates you know better than us which delegate will work better on which underlying hardware. It would be great for us...
> Can you please elaborate on this? I am setting input_shape to the layers to ensure that it will not be dynamically deduced, at least I thought it will acomplish...