- 24 Jul, 2020 10 commits
-
-
Ruoxin Sang authored
PiperOrigin-RevId: 323098007
-
Vighnesh Birodkar authored
PiperOrigin-RevId: 323059388
-
Zhichao Lu authored
PiperOrigin-RevId: 323023127
-
Allen Wang authored
PiperOrigin-RevId: 323016002
-
Chen Chen authored
PiperOrigin-RevId: 323013252
-
Vighnesh Birodkar authored
PiperOrigin-RevId: 322967458
-
Hongkun Yu authored
PiperOrigin-RevId: 322960082
-
Ruoxin Sang authored
PiperOrigin-RevId: 322937598
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 322923416
-
Yukun Zhu authored
* Create convert_to_tflite.py Script to convert quantized deeplab models to tflite * Update quantize.md
-
- 23 Jul, 2020 12 commits
-
-
Allen Wang authored
PiperOrigin-RevId: 322884473
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 322844988
-
Vighnesh Birodkar authored
PiperOrigin-RevId: 322828673
-
TF Object Detection Team authored
PiperOrigin-RevId: 322801804
-
Kaushik Shivakumar authored
-
Kaushik Shivakumar authored
-
Kaushik Shivakumar authored
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 322713374
-
Kaushik Shivakumar authored
-
Kaushik Shivakumar authored
-
Kaushik Shivakumar authored
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 322707701
-
- 22 Jul, 2020 7 commits
-
-
Allen Wang authored
PiperOrigin-RevId: 322657835
-
Hongkun Yu authored
PiperOrigin-RevId: 322594580
-
Kaushik Shivakumar authored
-
Kaushik Shivakumar authored
-
Kaushik Shivakumar authored
-
Kaushik Shivakumar authored
-
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 6 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
-
Kaushik Shivakumar authored
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 322428923
-
Bruce Fontaine authored
PiperOrigin-RevId: 322415899
-
Hongkun Yu authored
PiperOrigin-RevId: 322387911
-
kyscg authored
* update readme according to template * initial upgrades * demo_inference updated, need to check tf.flags * issues with tf.image * manual checks needed for tf.contrib * more tf2 updates, need to fix tf.contrib and tf.flags
-
- 20 Jul, 2020 5 commits
-
-
Allen Wang authored
PiperOrigin-RevId: 322244056
-
Allen Wang authored
PiperOrigin-RevId: 322234532
-
TF Object Detection Team authored
PiperOrigin-RevId: 322234001
-
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
-