- 16 Sep, 2020 1 commit
-
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 332042245
-
- 15 Sep, 2020 3 commits
-
-
Zhenyu Tan authored
PiperOrigin-RevId: 331880062
-
Abdullah Rashwan authored
PiperOrigin-RevId: 331847261
-
Zhenyu Tan authored
PiperOrigin-RevId: 331679235
-
- 14 Sep, 2020 2 commits
-
-
Abdullah Rashwan authored
PiperOrigin-RevId: 331625146
-
Zhenyu Tan authored
PiperOrigin-RevId: 331571062
-
- 13 Sep, 2020 1 commit
-
-
Hongkun Yu authored
PiperOrigin-RevId: 331359058
-
- 11 Sep, 2020 3 commits
-
-
Abdullah Rashwan authored
PiperOrigin-RevId: 331232905
-
Zhenyu Tan authored
PiperOrigin-RevId: 331081952
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 331052608
-
- 10 Sep, 2020 1 commit
-
-
Zhenyu Tan authored
PiperOrigin-RevId: 331045692
-
- 09 Sep, 2020 1 commit
-
-
Yeqing Li authored
PiperOrigin-RevId: 330824017
-
- 08 Sep, 2020 1 commit
-
-
Hongkun Yu authored
PiperOrigin-RevId: 330540132
-
- 04 Sep, 2020 1 commit
-
-
Abdullah Rashwan authored
PiperOrigin-RevId: 330022489
-
- 03 Sep, 2020 1 commit
-
-
Abdullah Rashwan authored
PiperOrigin-RevId: 329988482
-
- 02 Sep, 2020 2 commits
-
-
Zhenyu Tan authored
PiperOrigin-RevId: 329763594
-
Abdullah Rashwan authored
PiperOrigin-RevId: 329754787
-
- 27 Aug, 2020 1 commit
-
-
Abdullah Rashwan authored
PiperOrigin-RevId: 328803102
-
- 26 Aug, 2020 4 commits
-
-
Ruomei Yan authored
-
Ruomei Yan authored
-
Ruomei Yan authored
1. the dataset_num_private_threads flags 2. clustering does not support fp16 or mixed precision training
-
Ruomei Yan authored
-
- 13 Aug, 2020 1 commit
-
-
Allen Wang authored
PiperOrigin-RevId: 326534159
-
- 12 Aug, 2020 1 commit
-
-
Hongkun Yu authored
PiperOrigin-RevId: 326286926
-
- 05 Aug, 2020 6 commits
-
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 325115012
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 325115012
-
Allen Wang authored
PiperOrigin-RevId: 325093611
-
Allen Wang authored
PiperOrigin-RevId: 325093611
-
Dan Holtmann-Rice authored
PiperOrigin-RevId: 325088513
-
Dan Holtmann-Rice authored
PiperOrigin-RevId: 325088513
-
- 04 Aug, 2020 2 commits
-
-
A. Unique TensorFlower authored
For object detection models, removing rpn_head.anchors_per_location from config and using anchor.num_scales * len(anchor.aspect_ratios) to compute anchors_per_location PiperOrigin-RevId: 324878153
-
A. Unique TensorFlower authored
For object detection models, removing rpn_head.anchors_per_location from config and using anchor.num_scales * len(anchor.aspect_ratios) to compute anchors_per_location PiperOrigin-RevId: 324878153
-
- 03 Aug, 2020 2 commits
-
-
Francois Chollet authored
PiperOrigin-RevId: 324625967
-
Francois Chollet authored
PiperOrigin-RevId: 324625967
-
- 31 Jul, 2020 3 commits
-
-
Hongkun Yu authored
PiperOrigin-RevId: 324258617
-
Hongkun Yu authored
PiperOrigin-RevId: 324258617
-
Srihari Humbarwadi authored
-
- 30 Jul, 2020 2 commits
-
-
Tomer Kaftan authored
Pre-emptively disable the KerasTensors refactoring for the detection models in tensorflow models/official/vision/detection, because they rely on several unsupported things that will stop working entirely when the refactoring goes live. Specifically: * The custom layers implement `__call__` instead of `call` and rely on manually enter the keras backend graph * The vision models try to use `tf.while_loop` as Keras op layers during functional API construction, which is unsupported. Updating the models to avoid this would subtly change the variable names and break the pre-existing tf1-style name-based checkpoints, so for now we will just disable the KerasTensors refactoring for these models. PiperOrigin-RevId: 323937426
-
Tomer Kaftan authored
Pre-emptively disable the KerasTensors refactoring for the detection models in tensorflow models/official/vision/detection, because they rely on several unsupported things that will stop working entirely when the refactoring goes live. Specifically: * The custom layers implement `__call__` instead of `call` and rely on manually enter the keras backend graph * The vision models try to use `tf.while_loop` as Keras op layers during functional API construction, which is unsupported. Updating the models to avoid this would subtly change the variable names and break the pre-existing tf1-style name-based checkpoints, so for now we will just disable the KerasTensors refactoring for these models. PiperOrigin-RevId: 323937426
-
- 24 Jul, 2020 1 commit
-
-
Srihari Humbarwadi authored
- Fixed `intermediate_scale` in `Anchor` - "ratio" and "divisible" in doc string
-