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 there! I am trying to understand Attention OCR repo and its inference. I have seen its input/output details - ![image](https://user-images.githubusercontent.com/31642462/135845091-faaede6e-3d90-4c8e-ac13-97a661a554ce.png) it says, it takes (32) as string. I don't...

type:support
models:research

# Description It tries to solve the #10874 issue. * Make a dev container for the DELF project. ## Type of change - [X] New feature (non-breaking change which adds...

models:research

# 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

# 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

# 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

Reading the original paper seems like here we should be using linear temporal decreasing distribution (as you mention here https://github.com/tensorflow/models/blob/5d3df060cf36850138c8e4683b6201dfc56c8eee/official/vision/beta/projects/video_ssl/dataloaders/video_ssl_input.py#L80) However I don't get your implementation of the power CDF...

type:bug
models:official

I'm trying to restore the weights via checkpoint. The issue that I come across is that the _feature_extractor is not a trackable object. tf.train.Checkpoint(_feature_extractor=detection_model._feature_extractor). This just happens with the faster...

type:bug
models:research:odapi

## 1. The entire URL of the file you are using https://github.com/tensorflow/models/blob/master/research/object_detection/model_lib_v2.py https://github.com/tensorflow/models/blob/master/research/object_detection/exporter_lib_v2.py ## 2. Describe the bug We use the Object Detection API to train a model to find...

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

type:docs
models:research

Hi, I have read the paper and it is really great! I wonder when the code for the paper will be released?

type:feature
models:official