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

I can only find \'MobileNetV4-Conv-Large-fp32.tflite\' in other repos, but it is only for inference. Do you plan to release the checkpoints, including the un-merged BN parameters. Thanks!

stat:awaiting response
type:feature
models:official

This code is not compatible with the newest version of Tensorflow (2.16.1). Therefore I Replace the line: "class FreezableSyncBatchNorm(tf.keras.layers.experimental.SyncBatchNormalization):" With: "class FreezableSyncBatchNorm(tf.keras.layers.BatchNormalization):" to make it compatible with the newest Tenserflow...

models:research

# Prerequisites Please answer the following questions for yourself before submitting an issue. - [✔ ] I am using the latest TensorFlow Model Garden release and TensorFlow 2. - [✔...

type:bug
models:research

VERIFICATION_SCRIPT = os.path.join(paths['APIMODEL_PATH'], 'research', 'object_detection', 'builders', 'model_builder_tf2_test.py') # Verify Installat !python {VERIFICATION_SCRIPT} Traceback (most recent call last): AttributeError: module 'keras._tf_keras.keras.layers' has no attribute 'experimental'

type:support
models:research

https://github.com/tensorflow/models/blob/master/research/object_detection/exporter_main_v2.py The checkpoints are saved under the training folder as ckpt-X.data-00000-of-00001 and ckpt-X.index. also a train folder is generated with the tfevent file but still the error comes that No...

type:bug
models:research:odapi

Hi guys. I have about 4000 images and Im using resnrt50 640*640 with 70000 steps. but after all Im getting low mAP. could you please give me some advice. p.n:...

type:support
models:official

# Prerequisites I am using Tensorflow 2.5 in python 3.8. I am trying to get the frozen_grpah.pb file by running following command `!python Tensorflow\models\research\object_detection\export_inference_graph.py --input_type=image_tensor --pipeline_config_path=Tensorflow\workspace\models\my_ssd_mobnet\pipeline.config --trained_checkpoint_prefix=Tensorflow\workspace\models\my_ssd_mobnet\ckpt-11.data-00000-of-00001 --output_directory=Tensorflow\workspace\models\my_ssd_mobnet\export ` I...

type:bug
models:research:odapi

Hi, i am having an issue dumping a checkpoint or h5 file of mobilenetV4-conv-s from the model garden. I get this error when running the mobilenet_test.py file after 1)create a...

type:support
models:official

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

type:docs
models:research

Bot to assign issues to Bharat and Lakshmikala # Description ## Type of change [ ] Documentation update

models:official