models icon indicating copy to clipboard operation
models copied to clipboard

Models and examples built with TensorFlow

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

# Prerequisites Please answer the following question for yourself before submitting an issue. - [x] I checked to make sure that this feature has not been requested already. ## 1....

type:feature
models:research

I encountered a small problem when training tensorflow ssd_mobilenet model on Google colab. There were no problems with data set processing and preprocessing model import. However, during the final training,...

type:support

# Description End to End Notebook for Object Detection on BCCD dataset using YOLOv7 using Model Garden ## Type of change - [x] Other (YOLOv7 Notebook) ## Checklist - [x]...

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

# 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

In the documentation that is provided for MoViNet tutorial, it says we will download MoViNet-A0-Stream. But In the code MoViNet-A2 is downloaded and used.

models:official

On my jetson nano : when using models/research/object_detection/exporter_main_v2.py i got the error "ImportError: cannot import name 'builder' It was working great 1-2 years ago ... :-( but when I try...

type:bug
models:research

Now that TF 2.16 is released which makes Keras 3 the default, it would be great if the official models would be compatible with Keras 3 too. Are there any...

type:feature
models:official

### System information - **Have I written custom code (as opposed to using a stock example script provided in TensorFlow)**: Yes - **OS Platform and Distribution (e.g., Linux Ubuntu 16.04)**:...

stat:awaiting model gardener
type:support
models:research:odapi

Error got during object detection training with ssd_mobilenet_v2_quantized_300x300_coco model. I am running below command to start the training: `python ../../models/research/object_detection/model_main.py --pipeline_config_path=./ssd_mobilenet_v2_quantized_300x300_coco.config --model_dir=./training/ --num_train_steps=2000000 --sample_1_of_n_eval_examples=1 --alsologtostderr` Training was going fine till...

type:bug
models:research:odapi