models icon indicating copy to clipboard operation
models copied to clipboard

Models and examples built with TensorFlow

Results 246 models issues
Sort by recently updated
recently updated
newest added

# 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. - [...

type:bug
models:research

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...

type:support
models:official

# 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...

type:bug
models:research
stale

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? ###...

type:support
models:research

# 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. ##...

type:docs
models:research:odapi

# 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...

type:bug
models:research

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...

type:bug
models:research:odapi

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...

type:support
models:research:odapi

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...

type:support
models:research:odapi

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...

type:docs
models:research