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

Hi guys.I met this error when i run the model_main_tf2.py Can someone help me?plz The complete error is below Warning (from warnings module): File "E:\TF\model_main_tf2.py", line 76 flags.mark_flag_as_required('model_dir') UserWarning: Flag...

type:support

Hi guys.I met this error when i run the model_main_tf2.py Can someone help me?plz The complete error is below Warning (from warnings module): File "E:\TF\model_main_tf2.py", line 76 flags.mark_flag_as_required('model_dir') UserWarning: Flag...

type:bug
models:official

Hello! Our static bug checker has found a performance issue in research/seq_flow_lite/models/sgnn/sgnn.py: [`fused_project`](https://github.com/tensorflow/models/blob/5e087c9ca06d9ad9d42f72125c3400b2d89207a4/research/seq_flow_lite/models/sgnn/sgnn.py#L172) is repeatedly called in a for loop, but there is a tf.function decorated function [`func`](https://github.com/tensorflow/models/blob/5e087c9ca06d9ad9d42f72125c3400b2d89207a4/research/seq_flow_lite/models/sgnn/sgnn.py#L137) defined and...

type:bug
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. - [x]...

stat:awaiting response
type:docs
models:official

![image](https://user-images.githubusercontent.com/65028081/221086021-a56144e2-7df1-44d3-8dca-0adf0315c684.png) Las carpetas es correctamente creada pero me sale ese tipo de error y no se exporta ese tipo de archivo

type:bug
models:research

Reference Video: https://www.youtube.com/watch?v=8ktcGQ-XreQ error message `UnicodeDecodeError: 'utf-8' codec can't decode byte 0x8e in position 94: invalid start byte` source code `python model_main_tf2.py --pipeline_config_path==ssd_efficientdet_d0_512x512_coco17_tpu-8.config --model_dir==training --alsologtostderr` What I tried ⑴ I...

stat:awaiting response
type:support
models:research

I have a problem . but i use "python model_builder_tf2_test.py" ,it's ok! plaese help me. Traceback (most recent call last): File "/home/ubuntu/anaconda3/envs/Digit/lib/python3.8/site-packages/tensorflow-2.6.0-py3.8-linux-x86_64.egg/tensorflow/python/autograph/impl/api.py", line 432, in converted_call converted_f = _convert_actual(target_entity, program_ctx)...

type:bug
models:research

ParseError Traceback (most recent call last) ~\AppData\Local\Temp\ipykernel_4100\202684143.py in ----> 1 config = config_util.get_configs_from_pipeline_file(files['PIPELINE_CONFIG']) F:\Final Year\TFOD\tfod\lib\site-packages\object_detection\utils\config_util.py in get_configs_from_pipeline_file(pipeline_config_path, config_override) 97 with tf.io.gfile.GFile(pipeline_config_path, "r") as f: 98 proto_str = f.read() ---> 99...

stat:awaiting response
type:support
models:research

I tried to move [quantize_movinet.py](https://github.com/tensorflow/models/blob/master/official/projects/movinet/tools/quantize_movinet.py). However, when I try to quantize movinet for int8, such as `python quantize_movinet.py --saved_model_dir=${SAVED_MODEL_DIR} --saved_model_with_states_dir=${SAVED_MODEL_WITH_STATES_DIR} --output_dataset_dir=${OUTPUT_DATASET_DIR} --output_tflite=${OUTPUT_TFLITE} --quantization_mode=int8 --save_dataset_to_tfrecords=True` I get following error `UnicodeDecodeError: 'utf-8'...

stat:awaiting response
type:support
models:official

## 1. The URL of interest: https://github.com/tensorflow/models/blob/master/official/nlp/modeling/layers/spectral_normalization.py ## 2. Describe the feature you request: We are interested in trying to apply the SNGP process, to see if it is able...

stat:awaiting response
type:feature
models:official