- 11 Apr, 2018 2 commits
-
-
Igor Ganichev authored
While the original code works fine in practice, it technically allows gradient application and moving average update to happen in any order. This causes the behavior to deviate from pure mathematical specifications.
-
Igor Ganichev authored
While the original code works fine in practice, it technically allows gradient application and moving average update to happen in any order. This causes the behavior to deviate from pure mathematical specifications.
-
- 10 Apr, 2018 5 commits
-
-
Taylor Robie authored
* change reference_data.py to use tf.gfile * simplify json treatment * Update reference files to account for a superficial change in batch_norm
-
Qianli Scott Zhu authored
-
Yukun Zhu authored
Fix string to bytes conversion in deeplab data input. #3885
-
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.
-
Karmel Allison authored
* Adding tests * Adding tests * Repackaging * Adding logging * Linting
-
- 09 Apr, 2018 9 commits
-
-
Lukasz Kaiser authored
Updating DELF README
-
Andre Araujo authored
-
pkulzc authored
Update create_pascal_tf_record.py
-
pkulzc authored
Update evaluation_protocols.md
-
Taylor Robie authored
* Add fp16 support to resnet. * address PR comments * add dtype checking to model definition * delint * more PR comments * few more tweaks * update resnet checkpoints
-
aquariusjay authored
add ADE20K dataset
-
Karmel Allison authored
* Adding cast to fp32 * Adding myself to OWNERS
-
yinchunfeng authored
Update evaluation_protocols.md
-
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 2 commits
- 06 Apr, 2018 5 commits
-
-
Qianli Scott Zhu authored
-
Mark Daoust authored
Touch-ups to eager's getting started guide
-
Karmel Allison authored
-
Qianli Scott Zhu authored
-
Yubin Ruan authored
-
- 05 Apr, 2018 3 commits
-
-
Mark Daoust authored
-
aquariusjay authored
Fix typo
-
hsm207 authored
-
- 04 Apr, 2018 10 commits
-
-
Akshay Agrawal authored
-
Akshay Agrawal authored
* "Machine Learning" --> Machine learning. * "steepest the ascent" --> "steepest ascent" * "standard gradient descent" --> "stochastic gradient descent"
-
Joel Shor authored
Add cyclegan to open source tensorflow/models
-
Yukun Zhu authored
Add input images, labels, and output semantic predictions to summary
-
Dominik Schlösser authored
-
Dheera Venkatraman authored
-
Dheera Venkatraman authored
-
Yukun Zhu authored
Deeplab py3
-
DefineFC authored
-
Alexander Gorban authored
Fix momentum value flag from string => float
-
- 03 Apr, 2018 4 commits
-
-
Mark Daoust authored
Fix eager demo's GPU cell
-
Karmel Allison authored
* Updating name of logging package to avoid overwriting Python builtin logging. * Updating name of logging package to avoid overwriting Python builtin logging.
-
Lukasz Kaiser authored
Added new model (differential_privacy/pate)
-
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 692680868cb1a691ff09f2bce194298603c80467 Author: Ilya Mironov <mironov@google.com> Date: Mon Apr 2 11:55:53 2018 -0700 Massive restructuring: - Files renamed from pate.py to core.py, pate_smooth_sensitivity to smooth_sensitivity.py. - Absolute references changed to relative. - BUILDs removed. - README.md amended. commit b2dc2246c50a51a6eb455c6736d351387bad4e31 Author: Ilya Mironov <mironov@gmail.com> Date: Fri Mar 30 10:10:51 2018 -0700 Editing README files. commit 4762823e1ca58d2b7a4e28d7bda191aff137a245 Author: Ilya Mironov <mironov@gmail.com> Date: Thu Mar 29 22:07:25 2018 -0700 Adding download.py file. commit e488d1a4a9e066fa83fa948cb5b71fe134a73c12 Author: Ilya Mironov <mironov@google.com> Date: Thu Mar 29 21:44:43 2018 -0700 Adding the copyright statement. commit 5b5759c9399914731340031bc668e69bc2c83d48 Author: Ilya Mironov <mironov@google.com> Date: Thu Mar 29 19:07:01 2018 -0700 Moving everything under research/ commit 50ff075ce1e14700328ebc4f42ee418d7a7874f5 Author: Ilya Mironov <mironov@google.com> Date: Thu Mar 29 18:56:20 2018 -0700 Initial commit
-