models
models copied to clipboard
Models and examples built with TensorFlow
# Prerequisites Please answer the following questions for yourself before submitting an issue. - [y] I am using the latest TensorFlow Model Garden release and TensorFlow 2. - [y] I...
Hi, I used the [eager_few_shot_od_training_tflite.ipynb](https://github.com/tensorflow/models/blob/master/research/object_detection/colab_tutorials/eager_few_shot_od_training_tflite.ipynb) to train a model then generate a (downloadable) TensorFlow Lite model for on-device inference using the same predefined dataset files(ducky) as described in the notebook....
Matplotlib pyplot not working on a python 3.10 conda environment (Fixed, but unsure how fix works)
# 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. -...
While trying to run the following code:- `import os` `import tensorflow as tf` `from object_detection.utils import label_map_util` `from object_detection.utils import visualization_utils as viz_utils` `from object_detection.builders import model_builder` `from object_detection.utils import...
# 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....
# 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. ## 1....
# 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. ## 1....
I run RN50 training with command: python train.py \ --model_dir=$model_dir \ --mode=train_and_eval \ --config_file=imagenet_resnet50_tpu.yaml \ --experiment=image_classification Got below issue: raise ValueError(f'mutable default {type(f.default)} for field ' ValueError: mutable default for...
Hello I got a issue with Training model in Colab > 2023-08-15 08:58:57.576011: W tensorflow/compiler/tf2tensorrt/utils/py_utils.cc:38] TF-TRT Warning: Could not find TensorRT > 2023-08-15 08:59:01.304497: W tensorflow/core/common_runtime/gpu/gpu_bfc_allocator.cc:47] Overriding orig_value setting because...
Hello, I am using TFOD API for custom object detection. While during last step of installation verification. After, Running following command - `!python object_detection/builders/model_builder_tf2_test.py` I faced following error. How to...