models
models copied to clipboard
Models and examples built with TensorFlow
I am trying to train from [centernet_modelnetv2_fpn_512x512_coco17_od](https://github.com/tensorflow/models/blob/master/research/object_detection/g3doc/tf2_detection_zoo.md) model but I am getting this error: `WARNING:tensorflow:From /home/server/miniforge3/envs/iBoard/lib/python3.9/site-packages/tensorflow/python/compat/v2_compat.py:101: disable_resource_variables (from tensorflow.python.ops.variable_scope) is deprecated and will be removed in a future version. Instructions...
# 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. ##...
Removes [ip](https://github.com/indutny/node-ip). It's no longer used after updating ancestor dependency [socks](https://github.com/JoshGlazebrook/socks). These dependencies need to be updated together. Removes `ip` Updates `socks` from 2.7.1 to 2.8.3 Release notes Sourced from...
# 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....
## Description This PR adds an explicit TensorFlow version compatibility guard for the Object Detection API. Currently, training fails with a cryptic ImportError when using TensorFlow >= 2.16 due to...
## 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...
# Description This PR adds a missing unit test export_saved_model_test.py to verify that ExportFileManager.clean_up correctly handles negative max_to_keep values (early return). So I added test_export_file_manager_negative_max_to_keep to verify that no files...
# Description This PR adds a new utility class `PeriodicAction` to `orbit/actions`. **Motivation:** Currently, actions in Orbit are typically executed every time the `Controller` loop completes (`steps_per_loop`). Users often need...
# Description This PR addresses the TODO in orbit/controller.py to support steps=-1 in Controller.train(), allowing training to run until the underlying dataset is exhausted. **Motivation**: Previously, Controller.train required a fixed...