models
models copied to clipboard
Models and examples built with TensorFlow
Greetings, I am opening an issue regarding the recently published method MaskConver. In the paper titled "MaskConver: Revisiting Pure Convolution Model for Panoptic Segmentation" ([link to paper](https://openaccess.thecvf.com/content/WACV2024/papers/Rashwan_MaskConver_Revisiting_Pure_Convolution_Model_for_Panoptic_Segmentation_WACV_2024_paper.pdf)), there is a...
Great to see the Tensorflow 2 Object Detect API has been released. One feature I'm very interested in is quantization aware training (as is supported in the Tensorflow 1 version)....
# Description This should fix #10583 In this issue, I described how the small ResNets implemented here have an extra convolution (for projection), that is neither present in the original...
# Description So far, the beam search module pads its predictions using the initial token ids, it is more modular and easy to use to have the capacity to specify...
Fixed Several Typos in model folder: 1. research (deeplab, deep_speech, cvt_text).
Fixed Several Typos in model folder: 1. research (autoaugment , cognitive_planning ).
Fixed Several Typos in model folder: 1. Orbit and 2. tensorflow_models and 3. research (adversarial_text, attention_ocr, audioset).
Given an output shape of **(1, 1, 100, 7)**, let's break down each dimension: **Batch Size (1):** In this context, the batch size is 1, indicating that the model is...
# Description > :memo: Please include a summary of the change. > > * Please also include relevant motivation and context. > * List any dependencies that are required for...
# 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...