models
models copied to clipboard
Models and examples built with TensorFlow
# Prerequisites Please answer the following questions for yourself before submitting an issue. - [Y ] I am using the latest TensorFlow Model Garden release and TensorFlow 2. - [Y...
## 1. The entire URL of the file you are using https://github.com/tensorflow/models/tree/master/research/object_detection ## 2. Describe the bug It happens to me that the data during training (loss) is very good,...
This prevents the call to `absl.logging.info()` at import. # Description For us, the call to `absl.logging.info()` was particularly problematic, because it calls `logging.basicConfig()`. Our code later called `logging.basicConfig(level=logging.INFO)`, but that...
There were some typos in the documentation which are addressed in this PR. # Description > :memo: Please include a summary of the change. > > * Please also include...
I have updated the typos in customize_encoder.ipynb . Thank you! # Description > :memo: Please include a summary of the change. > > * Please also include relevant motivation and...
Fix GPG Nvidia key # Description Fix the issue #10648 for gpg no longer available ## Type of change Bug Fix Note: Please delete options that are not relevant. -...
## 1. The entire URL of the file you are using https://github.com/tensorflow/models/blob/master/research/object_detection/exporter_main_v2.py ## 2. Describe the bug exporter_main_v2.py does not support changing the input shape. This feature was added to...
## problem I am researching [movinet ](https://github.com/tensorflow/models/tree/master/official/projects/movinet)for an official model . When I run [quantize_movinet.py](https://github.com/tensorflow/models/blob/master/official/projects/movinet/tools/quantize_movinet.py), I get an error that the dataset does not exist. ## what I have done...
Please go to Stack Overflow for help and support: http://stackoverflow.com/questions/tagged/tensorflow Also, please understand that many of the models included in this repository are experimental and research-style code. If you open...