1. 17 Apr, 2018 1 commit
  2. 16 Apr, 2018 2 commits
  3. 13 Apr, 2018 21 commits
  4. 12 Apr, 2018 1 commit
  5. 10 Apr, 2018 1 commit
  6. 09 Apr, 2018 3 commits
  7. 08 Apr, 2018 1 commit
  8. 06 Apr, 2018 1 commit
  9. 05 Apr, 2018 1 commit
  10. 04 Apr, 2018 3 commits
    • Zhichao Lu's avatar
      Merged commit includes the following changes: · 6b72b5cd
      Zhichao Lu authored
      191649512  by Zhichao Lu:
      
          Introduce two parameters in ssd.proto - freeze_batchnorm, inplace_batchnorm_update - and set up slim arg_scopes in ssd_meta_arch.py such that applies it to all batchnorm ops in the predict() method.
      
          This centralizes the control of freezing and doing inplace batchnorm updates.
      
      --
      191620303  by Zhichao Lu:
      
          Modifications to the preprocessor to support multiclass scores
      
      --
      191610773  by Zhichao Lu:
      
          Adding multiclass_scores to InputDataFields and adding padding for multiclass_scores.
      
      --
      191595011  by Zhichao Lu:
      
          Contains implementation of the detection metric for the Open Images Challenge.
      
      --
      191449408  by Zhichao Lu:
      
          Change hyperparams_builder to return a callable so the users can inherit values from outer arg_scopes. This allows us to easily set batch_norm parameters like "is_training" and "inplace_batchnorm_update" for all feature extractors from the base class and propagate it correctly to the nested scopes.
      
      --
      191437008  by Zhichao Lu:
      
          Contains implementation of the Recall@N and MedianRank@N metrics.
      
      --
      191385254  by Zhichao Lu:
      
          Add config rewrite flag to eval.py
      
      --
      191382500  by Zhichao Lu:
      
          Fix bug for config_util.
      
      --
      
      PiperOrigin-RevId: 191649512
      6b72b5cd
    • Dheera Venkatraman's avatar
      1c47fab2
    • DefineFC's avatar
      delete research/deeplab/dataset/.gitignore · 279aa927
      DefineFC authored
      279aa927
  11. 03 Apr, 2018 5 commits
    • Ilya Mironov's avatar
      Added new model (differential_privacy/pate) · f2b07ae8
      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
      f2b07ae8
    • rerngvit's avatar
      Fix momentum value flag from string to float · ccb46317
      rerngvit authored
      ccb46317
    • Yubin Ruan's avatar
      add ADE20K dataset · 17ba1ca4
      Yubin Ruan authored
      17ba1ca4
    • DefineFC's avatar
      xception_test on py3 · 3fa43052
      DefineFC authored
      3fa43052
    • DefineFC's avatar
      prepare data, train, and eval on py3 · 26c96542
      DefineFC authored
      26c96542