models
models copied to clipboard
Models and examples built with TensorFlow
# Prerequisites Please answer the following questions for yourself before submitting an issue. - [ yes] I am using the latest TensorFlow Model Garden release and TensorFlow 2. - [...
https://github.com/tensorflow/models/blob/505f9bf352d35700bf2596f7d9ce908881f81a07/official/projects/qat/vision/README.md?plain=1#L111 Hi, I work with high school students who are struggling a bit with the tutorial material provided for QAT training. Would it be possible to provide examples that don't...
# Prerequisites Please answer the following questions for yourself before submitting an issue. - [x] I am using the latest TensorFlow Model Garden release and TensorFlow 2. - [x] I...
https://stackoverflow.com/questions/52888146/what-is-the-equivalent-of-torch-nn-functional-grid-sample-in-tensorflow-numpy How to implement `padding mode`? ------------------------ ### System information - **TensorFlow version (use command below)**: 1.10.0 ### Describe the problem How to implement torch.nn.functional.grid_sample padding mode in Tensorflow? ###...
# Prerequisites Please answer the following question for yourself before submitting an issue. - [x ] I checked to make sure that this issue has not been filed already. ##...
Trying to use this model https://tfhub.dev/iree/lite-model/ssd_mobilenet_v1_100_320/uint8/default/1
# Prerequisites I am using this model to detect objects in an NPU unit hardware, but the problem is the output of the model, is unable to get box and...
anybody face this issue while training mask rcnn inception resnet v2? here is my pipeline.config `Mask R-CNN with Inception Resnet v2 (no atrous) Sync-trained on COCO (with 8 GPUs) with...
I am training EfficienDet D4 on my custom dataset using TensorFlow Object Detection API, I have an imbalanced dataset so, I am planning to add class weights to give extra...
Dear TF experts, How can we obtain the inference speed metrics in the [TF2 model zoo](https://github.com/tensorflow/models/blob/master/research/object_detection/g3doc/tf2_detection_zoo.md)? This is my script to measure speed. I'm testing it on EfficientDet D0, but...
How can I retrain a ssd-mobilenet-v2 from the tensorflow object detection model zoo without transfer learning. I mean every weight and not just the last layer. Do I have to...