- 31 Jul, 2020 2 commits
-
-
Abdullah Rashwan authored
PiperOrigin-RevId: 324140487
-
Hongkun Yu authored
PiperOrigin-RevId: 324137297
-
- 30 Jul, 2020 7 commits
-
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 324084377
-
xinliupitt authored
-
xinliupitt authored
-
xinliupitt authored
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 323948101
-
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
-
Hongkun Yu authored
PiperOrigin-RevId: 323927843
-
- 29 Jul, 2020 7 commits
-
-
xinliupitt authored
-
xinliupitt authored
-
xinliupitt authored
-
André Susano Pinto authored
PiperOrigin-RevId: 323827690
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 323732686
-
Hongkun Yu authored
PiperOrigin-RevId: 323711016
-
Hongkun Yu authored
PiperOrigin-RevId: 323685656
-
- 28 Jul, 2020 5 commits
-
-
Hongkun Yu authored
PiperOrigin-RevId: 323653596
-
Hongkun Yu authored
PiperOrigin-RevId: 323644473
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 323627192
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 323515364
-
Hongkun Yu authored
PiperOrigin-RevId: 323499265
-
- 27 Jul, 2020 1 commit
-
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 323430879
-
- 24 Jul, 2020 5 commits
-
-
Allen Wang authored
PiperOrigin-RevId: 323016002
-
Chen Chen authored
PiperOrigin-RevId: 323013252
-
Srihari Humbarwadi authored
- Fixed `intermediate_scale` in `Anchor` - "ratio" and "divisible" in doc string
-
Hongkun Yu authored
PiperOrigin-RevId: 322960082
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 322923416
-
- 23 Jul, 2020 2 commits
-
-
Allen Wang authored
PiperOrigin-RevId: 322884473
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 322844988
-
- 22 Jul, 2020 3 commits
-
-
Allen Wang authored
PiperOrigin-RevId: 322657835
-
Hongkun Yu authored
PiperOrigin-RevId: 322594580
-
A. Unique TensorFlower authored
Explicit set the dtype in embedding layer. Otherwise, using the layer in TF1.x will create an int32 tensor. PiperOrigin-RevId: 322473236
-
- 21 Jul, 2020 4 commits
-
-
Hongkun Yu authored
(1) call() consume kwargs and implement _build_from_signature (layers added inside init_scope) (2) make build/call_attention as public. PiperOrigin-RevId: 322454619
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 322428923
-
Bruce Fontaine authored
PiperOrigin-RevId: 322415899
-
Hongkun Yu authored
PiperOrigin-RevId: 322387911
-
- 20 Jul, 2020 4 commits
-
-
Allen Wang authored
PiperOrigin-RevId: 322244056
-
Allen Wang authored
PiperOrigin-RevId: 322234532
-
Tomer Kaftan authored
Make hack in official/vision/detection models that enters the backend keras graph stop happening once we enable the Functional API KerasTensors refactoring: As a workaround hack for the tf op layer conversion being fragile, the detection models have to explicitly enter the Keras backend graph. When we enable the KerasTensors refactoring of the Functional API internals, the op layer conversion will be much more reliable and this hack will not be necessary. In addition, the hack actually causes the models to break when we enable the refactoring (because it causes tensors to leak out of a graph). So, this CL changes the existing hack to stop applying once we've enabled the KerasTensors refactoring. PiperOrigin-RevId: 322229802
-
Allen Wang authored
PiperOrigin-RevId: 322216928
-