- 07 Jul, 2021 1 commit
-
-
Hongkun Yu authored
PiperOrigin-RevId: 383505455
-
- 02 Jul, 2021 1 commit
-
-
Dan Kondratyuk authored
PiperOrigin-RevId: 382833629
-
- 01 Jul, 2021 5 commits
-
-
Jaehong Kim authored
Added use_keras_upsampling_2d flags to use keras upsampling layer instead of optimized custom spatial_transform_ops. PiperOrigin-RevId: 382626602
-
Dan Kondratyuk authored
PiperOrigin-RevId: 382606601
-
Abdullah Rashwan authored
PiperOrigin-RevId: 382561014
-
Abdullah Rashwan authored
PiperOrigin-RevId: 382462213
-
Abdullah Rashwan authored
PiperOrigin-RevId: 382422745
-
- 30 Jun, 2021 3 commits
-
-
Xianzhi Du authored
PiperOrigin-RevId: 382408293
-
Xianzhi Du authored
PiperOrigin-RevId: 382382393
-
Abdullah Rashwan authored
PiperOrigin-RevId: 382240268
-
- 29 Jun, 2021 2 commits
-
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 382051540
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 382051212
-
- 28 Jun, 2021 1 commit
-
-
Dan Kondratyuk authored
PiperOrigin-RevId: 381908843
-
- 25 Jun, 2021 2 commits
- 24 Jun, 2021 3 commits
-
-
Atze00 authored
-
A. Unique TensorFlower authored
Add model export config to RetinaNet, which optionally cast model outputs to floats, and normalize output box coordinates. PiperOrigin-RevId: 381334851
-
Atze00 authored
-
- 23 Jun, 2021 2 commits
-
-
Vincent Dumoulin authored
PiperOrigin-RevId: 381089283
-
Reed Wanderman-Milne authored
In nlp/train.py and vision/beta/train.py, certain flags are marked as required. Additionally, in certain functions, error messages are improved if a necessary flag is not specified, which is a fallback in case a file calling define_flags() does not mark the necessary flags are required. Previously if any of these flags were not specified, it would crash with a cryptic error message, making it hard to tell what went wrong. In a subsequent change, I will mark flags as required in more files which call define_flags(). PiperOrigin-RevId: 381066985
-
- 22 Jun, 2021 2 commits
-
-
Yeqing Li authored
Adds a video classification export module for example. The module is subject to change in the near future. PiperOrigin-RevId: 380907598
-
Reed Wanderman-Milne authored
Some parts of the forward pass would previously overflow in float16. Such parts are now done in float32. PiperOrigin-RevId: 380857663
-
- 21 Jun, 2021 2 commits
-
-
Xianzhi Du authored
PiperOrigin-RevId: 380687139
-
Vincent Dumoulin authored
PiperOrigin-RevId: 380650647
-
- 19 Jun, 2021 1 commit
-
-
Atze00 authored
-
- 18 Jun, 2021 4 commits
-
-
Fan Yang authored
PiperOrigin-RevId: 380243629
-
Fan Yang authored
PiperOrigin-RevId: 380243629
-
Xianzhi Du authored
PiperOrigin-RevId: 380237223
-
Xianzhi Du authored
PiperOrigin-RevId: 380237223
-
- 16 Jun, 2021 1 commit
-
-
Jaeyoun Kim authored
-- b3be14bc by Srihari Humbarwadi <sriharihumbarwadi97@gmail.com>: Added `PanopticMaskRCNNModel` model (#10045) * Added `PanopticMaskRCNNModel` model * test checkpoint loading for segmentation objects * fixed docstring * subclassed `MaskRCNNModel` * always enable mask and segmentation heads * added __init__.py * added README.md -- 35c3a79f by Srihari Humbarwadi <sriharihumbarwadi97@gmail.com>: fixed linting errors (#10053) COPYBARA_INTEGRATE_REVIEW=https://github.com/tensorflow/models/pull/10052 from tensorflow:panoptic-segmentation 35c3a79f PiperOrigin-RevId: 379834961
-
- 14 Jun, 2021 2 commits
-
-
Jaeyoun Kim authored
-- 63719f08 by Anirudh Vegesana <anirudh.vegesana@gmail.com>: YOLO Family: Updated model (#9923) * Update YOLO model * Fix some docstrings * Fix docstrings * Address some of Dr. Davis' changes * Give descriptive names to the test cases * Fix bugs * Fix YOLO head imports * docstring and variable name updates * docstring and variable name updates * docstring and variable name updates Co-authored-by:
vishnubanna <banna3vishnu@gmail.com> Co-authored-by:
Vishnu Banna <43182884+vishnubanna@users.noreply.github.com> -- 725b8c8c by Anirudh Vegesana <anirudh.vegesana@gmail.com>: disclaimer (#10020) Co-authored-by:
Vishnu Banna <43182884+vishnubanna@users.noreply.github.com> -- 404d24b0 by Anirudh Vegesana <anirudh.vegesana@gmail.com>: YOLO Family: Linting (#10027) * YOLO Family: Updated model (#9923) * Update YOLO model * Fix some docstrings * Fix docstrings * Address some of Dr. Davis' changes * Give descriptive names to the test cases * Fix bugs * Fix YOLO head imports * docstring and variable name updates * docstring and variable name updates * docstring and variable name updates Co-authored-by:
vishnubanna <banna3vishnu@gmail.com> Co-authored-by:
Vishnu Banna <43182884+vishnubanna@users.noreply.github.com> * disclaimer * Fix some PyLint errors Co-authored-by:
vishnubanna <banna3vishnu@gmail.com> Co-authored-by:
Vishnu Banna <43182884+vishnubanna@users.noreply.github.com> COPYBARA_INTEGRATE_REVIEW=https://github.com/tensorflow/models/pull/10021 from tensorflow:purdue-yolo 404d24b0 PiperOrigin-RevId: 379372162
-
Jaeyoun Kim authored
-- 63719f08 by Anirudh Vegesana <anirudh.vegesana@gmail.com>: YOLO Family: Updated model (#9923) * Update YOLO model * Fix some docstrings * Fix docstrings * Address some of Dr. Davis' changes * Give descriptive names to the test cases * Fix bugs * Fix YOLO head imports * docstring and variable name updates * docstring and variable name updates * docstring and variable name updates Co-authored-by:
vishnubanna <banna3vishnu@gmail.com> Co-authored-by:
Vishnu Banna <43182884+vishnubanna@users.noreply.github.com> -- 725b8c8c by Anirudh Vegesana <anirudh.vegesana@gmail.com>: disclaimer (#10020) Co-authored-by:
Vishnu Banna <43182884+vishnubanna@users.noreply.github.com> -- 404d24b0 by Anirudh Vegesana <anirudh.vegesana@gmail.com>: YOLO Family: Linting (#10027) * YOLO Family: Updated model (#9923) * Update YOLO model * Fix some docstrings * Fix docstrings * Address some of Dr. Davis' changes * Give descriptive names to the test cases * Fix bugs * Fix YOLO head imports * docstring and variable name updates * docstring and variable name updates * docstring and variable name updates Co-authored-by:
vishnubanna <banna3vishnu@gmail.com> Co-authored-by:
Vishnu Banna <43182884+vishnubanna@users.noreply.github.com> * disclaimer * Fix some PyLint errors Co-authored-by:
vishnubanna <banna3vishnu@gmail.com> Co-authored-by:
Vishnu Banna <43182884+vishnubanna@users.noreply.github.com> COPYBARA_INTEGRATE_REVIEW=https://github.com/tensorflow/models/pull/10021 from tensorflow:purdue-yolo 404d24b0 PiperOrigin-RevId: 379372162
-
- 11 Jun, 2021 4 commits
-
-
Dan Kondratyuk authored
PiperOrigin-RevId: 378923791
-
Dan Kondratyuk authored
PiperOrigin-RevId: 378923791
-
Vincent Dumoulin authored
PiperOrigin-RevId: 378869744
-
Vincent Dumoulin authored
PiperOrigin-RevId: 378869744
-
- 09 Jun, 2021 4 commits
-
-
Dan Kondratyuk authored
PiperOrigin-RevId: 378423112
-
Dan Kondratyuk authored
PiperOrigin-RevId: 378423112
-
Srihari Humbarwadi authored
-
Srihari Humbarwadi authored
* Added `PanopticMaskRCNNModel` model * test checkpoint loading for segmentation objects * fixed docstring * subclassed `MaskRCNNModel` * always enable mask and segmentation heads * added __init__.py * added README.md
-