models
models copied to clipboard
Models and examples built with TensorFlow
fix the order of outputs for the keypoints model # Description fix the order of outputs for the keypoints model. This is the right output order. ## Type of change...
Updated references to removed `tf.contrib` packages: - `tf.contrib.slim` is now distributed as a separate PIP package `tf-slim`. - `tf.contrib.legacy_seq2seq` is no longer available. The classes need by this model have...
# Description > :memo: Please include a summary of the change. > > * Please also include relevant motivation and context. > * List any dependencies that are required for...
# Description > :memo: Please include a summary of the change. > update autoaugment to python3.x ## Type of change For a new feature or function, please create an issue...
# Description > :memo: Please include a summary of the change. > I get some error when I run cognitive_planning in Python3.8, so I try to fix these errors. >...
# Description Following up from #8843 Native TensorFlow 2 migration with some additions. Main issues to resolve are `tf.contrib` and `tf.flags`. Fixes #8703 ## Type of change - [x] TensorFlow...
- Migrated the shake_shake.py to Tensorflow 2.x
Currently, in the research/slim project that is used for creating Quantization-aware TensorFlow Lite files for use on mobile and edge devices like the Coral Board, the user is instructed to...
# AttributeError: module 'tensorflow.python.ops.control_flow_ops' has no attribute 'case' hi there, even downgrading to tf 12 or 13 didnt work, im sure that i ran my code 2 days ago and...