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 am facing an error while training a TensorFlow custom object detection model. Initially, I started with TensorFlow 2.13.0, but the GPU was not detected. Therefore, I upgraded to TensorFlow...

models:research

Added Kaggle label to tfhub.dev links directing to kaggle, added kaggle label to documentation wherever necesasry. # Description > :memo: Please include a summary of the change. > > *...

models:official

Removes [axios](https://github.com/axios/axios). It's no longer used after updating ancestor dependency [browser-sync](https://github.com/BrowserSync/browser-sync). These dependencies need to be updated together. Removes `axios` Updates `browser-sync` from 2.29.3 to 3.0.3 Release notes Sourced from...

dependencies
javascript

# Description > :memo: Please include a summary of the change. > > * Please also include relevant motivation and context. > * List any dependencies that are required for...

models:official

## 1. The entire URL of the documentation with the issue https://github.com/tensorflow/models/blob/master/research/object_detection/g3doc/tf1_detection_zoo.md ## 2. Describe the issue When I click the links under COCO-trained models it should download the file,...

type:docs
models:research

## 1. The entire URL of the file you are using https://github.com/tensorflow/models/tree/master/official/projects/maskconver ## 2. Describe the bug When I run train.py in maskconver, it got this issue. ![Screenshot from 2024-11-26...

type:bug
models:official

# 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....

type:feature
models:official

Bumps [serialize-javascript](https://github.com/yahoo/serialize-javascript) from 6.0.1 to 6.0.2. Release notes Sourced from serialize-javascript's releases. v6.0.2 fix: serialize URL string contents to prevent XSS (#173) f27d65d Bump @​babel/traverse from 7.10.1 to 7.23.7 (#171)...

dependencies
javascript

# 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...

type:bug
models:research:odapi

This PR is raised to add more flexible control over the randomness in the augmentation process by changing `level += tf.random.normal([], dtype=tf.float32)` to `level += level_std * tf.random.normal([], dtype=tf.float32)` to...

models:official