models
models copied to clipboard
Models and examples built with TensorFlow
# Description > :memo: Please include a summary of the change. > > * Please also include relevant motivation and context. > * List any dependencies that are required for...
Hello, first thanks for providing this edgetpu optimized models for image segmentation, it helped me a lot! I'm trying to transfer learning a model with the AutosegEdgeTPU-XS architecture at the...
## 1. The entire URL of the file you are using https://github.com/tensorflow/models.git ## 2. Describe the bug When running the command " python -m object_detection.model_main_tf2 model_dir=../../workspace/training_demo/training_demo/models/my_ssd_resnet50_v1_fpn/pipeline.config" I encounter an import...
I am getting an "ERROR: No matching distribution found for tensorflow-text~=2.16.1" when trying to pip install `tf-models-official` on Windows. Looks like the maintainers of `tensorflow-text` stopped providing pre-built python wheels...
# 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...
# Prerequisites Please answer the following questions for yourself before submitting an issue. - [√ ] I am using the latest TensorFlow Model Garden release and TensorFlow 2. - [√...
[ImportError: cannot import name 'tensor' from 'tensorflow.python.framework ' error fromTensorflow object detection api model_builder_tf2_test.py](https://stackoverflow.com/questions/78368737/importerror-cannot-import-name-tensor-from-tensorflow-python-framework-err) I get this error when running the model_builder_tf2_test.py file after installing the object detection API I...
The following feature in setuptools has been deprecated for almost 2 years and is about to be removed: https://github.com/pypa/setuptools/blob/1ed759173983656734c3606e9c97a348895e5e0c/setuptools/command/build.py#L13-L27 It might be a good idea to import `build` directly from...
I have gone through the tutorial and trained a lot of custom models. But still I am facing this issue of not finding a way to use callbacks in my...
# 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....