- 10 Apr, 2018 1 commit
-
-
Scott Zhu authored
The current code does not work in py2 since the input string could contain unicode string, and default encoding in ASCII in py2. Change the method to only do encode() which convert string to byte array when running python3.
-
- 09 Apr, 2018 3 commits
-
-
Andre Araujo authored
-
Karmel Allison authored
* Adding cast to fp32 * Adding myself to OWNERS
-
yinchunfeng authored
duplicate eval metric: change the fourth metric from ## Weighted PASCAL VOC detection metric to ## Weighted PASCAL VOC instance segmentation metric .
-
- 08 Apr, 2018 1 commit
-
-
wonderit authored
-
- 06 Apr, 2018 1 commit
-
-
Yubin Ruan authored
-
- 05 Apr, 2018 1 commit
-
-
hsm207 authored
-
- 04 Apr, 2018 2 commits
-
-
Dheera Venkatraman authored
-
DefineFC authored
-
- 03 Apr, 2018 31 commits
-
-
Ilya Mironov authored
Squashed commit of the following: commit 5a6887b50ce35df0c62fe6a1d4dddf89296b58af Author: Ilya Mironov <mironov@google.com> Date: Tue Apr 3 13:21:32 2018 -0700 Renaming pate2_paper to ICLR2018. Adding mironov@google.com to README.md. commit 666ac8800a68a965508dec4c148134723f5d2725 Author: Ilya Mironov <mironov@google.com> Date: Tue Apr 3 13:16:54 2018 -0700 Moving everything under research/differential_privacy/pate commit 1810be3e31279391b5f339c29c4e25d631409736 Author: Ilya Mironov <mironov@google.com> Date: Mon Apr 2 15:18:49 2018 -0700 Addressing Ananth's comments: - added link to https://github.com/abseil/abseil-py - added "pip install absl-py" - fixed import statement in core_test.py Added requirement of write access. commit e2f7e01462815bdd957952769edfea8f94407ce6 Author: Ilya Mironov <mironov@google.com> Date: Mon Apr 2 12:32:27 2018 -0700 Overview section of README.md is revised. commit 692680868cb1a69... -
rerngvit authored
-
Yubin Ruan authored
-
DefineFC authored
-
DefineFC authored
-
DefineFC authored
-
Dheera Venkatraman authored
-
Luke Metz authored
-
Zhichao Lu authored
PiperOrigin-RevId: 191377056
-
Zhichao Lu authored
PiperOrigin-RevId: 191369912
-
Zhichao Lu authored
PiperOrigin-RevId: 191358138
-
Zhichao Lu authored
PiperOrigin-RevId: 191342074
-
Zhichao Lu authored
- Fix externally broken test input_test.py - Add Cython to object detection REQUIRED_PACKAGES PiperOrigin-RevId: 191338837
-
Zhichao Lu authored
PiperOrigin-RevId: 191248237
-
Zhichao Lu authored
PiperOrigin-RevId: 191112757
-
Zhichao Lu authored
PiperOrigin-RevId: 191014662
-
Zhichao Lu authored
PiperOrigin-RevId: 190996725
-
Zhichao Lu authored
PiperOrigin-RevId: 190972737
-
Zhichao Lu authored
Updating model to infer when labels are padded, rather than relying solely on the mode. This is necessary for evaluating on train data. PiperOrigin-RevId: 190960173
-
Zhichao Lu authored
Use keyword arguments in model builder for ssd feature extractor. This was incorreclty setting reuse argument. PiperOrigin-RevId: 190940462
-
Zhichao Lu authored
PiperOrigin-RevId: 190790653
-
Zhichao Lu authored
Removing flag defaults for train steps and eval steps. If not provided, will revert to the values specified in the config. PiperOrigin-RevId: 190706470
-
Zhichao Lu authored
PiperOrigin-RevId: 190705850
-
Zhichao Lu authored
PiperOrigin-RevId: 190688309
-
Zhichao Lu authored
PiperOrigin-RevId: 190682119
-
Zhichao Lu authored
Add warning if shuffle=false but num_readers > 1. The latter would cause the input data stream to still be shuffled. PiperOrigin-RevId: 190678792
-
Zhichao Lu authored
PiperOrigin-RevId: 190651873
-
Zhichao Lu authored
PiperOrigin-RevId: 190636417
-
Zhichao Lu authored
Cython is must installed package for building cocoapi. else the build will not initiate. PiperOrigin-RevId: 190553060
-
Zhichao Lu authored
Tfmini requires positive values for the dimensions. Therefore, we need to test for no paddings in both width and height direction. PiperOrigin-RevId: 190520529
-
Zhichao Lu authored
PiperOrigin-RevId: 190505306
-