-
Both YOLO and SSD models are referred in WebNN [object detection use case](https://webmachinelearning.github.io/webnn/#usecase-person-detection). Now the object detection sample supports TinyYOLOV2. I…
-
Can you investigate this issue first reported in tensorflow?
https://github.com/tensorflow/tensorflow/issues/50353
#50353 has examples for reproducing the problem.
and also here?
https://sta…
-
I am interested in training object detectors using efficientdet models. I was able to train the model using the official repo, but I could not train the efficientdet-lite models using the official rep…
-
Here's a small reproducible code with TF 2.0:
```
import tensorflow as tf
import tensorflow_hub as hub
feature_columns = [hub.text_embedding_column(key = "text", module_spec = "https://tfhub.dev…
-
I'm trying it with TensorRT and hitting an issue: 'Graph' object has no attribute 'SerializeToString'. Is this expected? By the way, does it make sense to try to quantize/prune your MobilNet model …
-
Let's check model partition with IV3 and other popular models
From this experience we may get more ideas with model partitioning.
- such as, partition before/after particular op
and find unknow…
-
https://www.tensorflow.org/tutorials/images/transfer_learning_with_hub
-
Please make sure that this is a bug. As per our
[GitHub Policy](https://github.com/tensorflow/tensorflow/blob/master/ISSUES.md),
we only address code/doc bugs, performance issues, feature requests a…
-
**Error Message **
2021-07-09 02:08:35.365931341 [E:onnxruntime:, sequential_executor.cc:318 Execute] Non-zero status code returned while running Transpose node. Name:'StatefulPartitionedCall/Efficie…
-
Hi,
I needed some help in understanding how user_callback function.
In classify.py, the function user_callback takes in "input_tensor, src_size, inference_box" arguments. If i replace "run_interp…