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

# Description This PR adds a min_delta parameter to NewBestMetric. Motivation: In many training scenarios, we want to avoid saving checkpoints or triggering actions for negligible improvements (e.g., floating point...

# Description This PR adds missing type hints to orbit/utils, orbit/actions, and orbit/standard_runner.py to improve code readability, IDE autocompletion support, and static analysis. Files of changes: orbit/utils/epoch_helper.py orbit/utils/common.py orbit/actions/export_saved_model.py orbit/standard_runner.py...

…sing return types # Description The filename argument in JSONPersistedValue was annotated as str, but the implementation explicitly checks if self._filename is not None, implying it should be Optional[str] This...

## Summary Upgrade GitHub Actions to their latest versions to ensure compatibility with Node 24, as Node 20 will reach end-of-life in April 2026. ## Changes | Action | Old...

Solution to this issue: https://github.com/tensorflow/models/issues/5330

cla: yes
stat:awaiting review
models:research

# Prerequisites - [X ] I checked to make sure that this issue has not been filed already. ## 1. The entire URL of the documentation with the issue The...

type:docs
models:research:odapi

### System information - **What is the top-level directory of the model you are using**: - **Have I written custom code (as opposed to using a stock example script provided...

models:research

# Description ### Summary Add fuse function for RepConv ### Motivation and Context Fuse the multiple conv and bn layer, give me less latency and smaller model size ### Dependencies...

# 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

Hi there, I really appreciate the work you've done on MoViNet—it's been super helpful for my research! I’m now using MoViNet-A2 for SSv2 and Epic-Kitchens, but my performance is quite...

type:support