1. 24 May, 2019 5 commits
    • saberkun's avatar
      Merged commit includes the following changes: (#6879) · 7f9db598
      saberkun authored
      249883771  by hongkuny<hongkuny@google.com>:
      
          Creates a benchmark dir
      
      --
      
      PiperOrigin-RevId: 249883771
      7f9db598
    • Toby Boyd's avatar
      Transformer v2 benchmark (#6860) · f2ea2f53
      Toby Boyd authored
      * Moved common keras code to utils.
      
      * Initial 1 gpu benchmark
      
      - Aligned flags with resnet example
      - removed code/features that are not super useful
      - eval as part of train if bleu source/ref provided
      - add exp_per_second hook
      
      * Rename benchmark classes, pass batch-size and log_steps.
      
      * fix docstring
      
      * Predict done with checkpoints inline
      
      - perfzero baseclass
      
      * steps not epochs with smoother training loop.
      
      * do not initialize history outside loop.
      
      * 5000 between eval not 500
      
      * estimator to keras.
      
      * remove epochs var.
      
      * use range not xrange.
      
      * 200K steps for 1 gpu
      
      * fix global step
      f2ea2f53
    • rxsang's avatar
      Add a graph optional_next Reset benchmark. (#6876) · 49eaaaf2
      rxsang authored
      * Add a graph optional_next Reset benchmark.
      
      * Fix lint error.
      49eaaaf2
    • Toby Boyd's avatar
      Moved common keras code to utils. (#6859) · 3254cabb
      Toby Boyd authored
      3254cabb
    • Tian Lin's avatar
      Merged commit that fixes transformer's predict and eval. (#6874) · b9cab01b
      Tian Lin authored
      * Merged commit includes the following changes:
      249776315  by tianlin<tianlin@google.com>:
      
          Internal change
      
      249763206  by tianlin<tianlin@google.com>:
      
          For TF 2.0 (related to Beam Search), expand cond dims in tf.where(cond, x, y) to make all parameters broadcastable.
      
      --
      249392724  by hongkuny<hongkuny@google.com>:
      
          Internal change
      
      PiperOrigin-RevId: 249776315
      
      * Merged commit includes the following changes:
      249823043  by tianlin<tianlin@google.com>:
      
          Bring back v2 test for predict and eval.
      
      --
      
      PiperOrigin-RevId: 249823043
      b9cab01b
  2. 23 May, 2019 6 commits
  3. 22 May, 2019 8 commits
    • Toby Boyd's avatar
      fix lint issues. (#6855) · 3a97b68c
      Toby Boyd authored
      3a97b68c
    • saberkun's avatar
      Merged commit includes the following changes: (#6856) · 85bdf764
      saberkun authored
      249500988  by hongkuny<hongkuny@google.com>:
      
          Lints
      
      --
      
      PiperOrigin-RevId: 249500988
      85bdf764
    • Toby Boyd's avatar
      Add Transformer Big Benchmarks + FP16 for other tests. (#6838) · 23f75313
      Toby Boyd authored
      * Add big tests.
      
      * fix super
      
      * Add fp16, increase 8xGPU batch-sizes
      
      * Adding the rest of the fp16 tests.
      
      * Big accuracy test batch_perf_gpu
      
      * fix docstrings
      
      * add _run_and_report
      
      * Edited docstrings
      23f75313
    • Zhuoran Liu's avatar
      Add TPU SavedModel exporter and refactor OD code (#6737) · 80444539
      Zhuoran Liu authored
      247226201  by ronnyvotel:
      
          Updating the visualization tools to accept unique_ids for color coding.
      
      --
      247067830  by Zhichao Lu:
      
          Add box_encodings_clip_range options for the convolutional box predictor (for TPU compatibility).
      
      --
      246888475  by Zhichao Lu:
      
          Remove unused _update_eval_steps function.
      
      --
      246163259  by lzc:
      
          Add a gather op that can handle ignore indices (which are "-1"s in this case).
      
      --
      246084944  by Zhichao Lu:
      
          Keras based implementation for SSD + MobilenetV2 + FPN.
      
      --
      245544227  by rathodv:
      
          Add batch_get_targets method to target assigner module to gather any groundtruth tensors based on the results of target assigner.
      
      --
      245540854  by rathodv:
      
          Update target assigner to return match tensor instead of a match object.
      
      --
      245434441  by Zhichao Lu:
      
          Add README for tpu_exporters package.
      
      --
      245381834  by lzc:
      
          Internal change.
      
      --
      245298983  by Zh...
      80444539
    • Tian Lin's avatar
      Merge Transformer V2 to Github (#6846) · c4f34e58
      Tian Lin authored
      * Merged commit includes the following changes:
      249218656  by tianlin<tianlin@google.com>:
      
          Deal with imports, fix a typo and make unit tests fast.
      
      --
      249198645  by tianlin<tianlin@google.com>:
      
          Trivial: Remove one empty line before "import tensorflow"
      
      --
      249195490  by tianlin<tianlin@google.com>:
      
          Initialize Transformer TF V2 Model with Keras subclassing implementation. (Compatible with TF V1)
      
      --
      249195008  by tianlin<tianlin@google.com>:
      
          Internal change
      
      249173564  by hongkuny<hongkuny@google.com>:
      
          Internal change
      
      249079258  by hongkuny<hongkuny@google.com>:
      
          Internal change
      
      247691534  by haoyuzhang<haoyuzhang@google.com>:
      
          Internal change
      
      247533725  by haoyuzhang<haoyuzhang@google.com>:
      
          Internal change
      
      247509295  by haoyuzhang<haoyuzhang@google.com>:
      
          Internal change
      
      247311355  by wangtz<wangtz@google.com>:
      
          Internal change
      
      247303127  by wangtz<wangtz@google.com>:
      
          Minor changes
      
      --
      247277315  by wangtz<wangtz@google.com>:
      
          Internal change
      
      247143663  by wangtz<wangtz@google.com>:
      
          Internal change
      
      247129668  by wangtz<wangtz@google.com>:
      
          Internal change
      
      --
      247110547  by wangtz<wangtz@google.com>:
      
          Internal change
      
      247016722  by haoyuzhang<haoyuzhang@google.com>:
      
          Internal change
      
      246677582  by haoyuzhang<haoyuzhang@google.com>:
      
          Internal change
      
      245821839  by shiningsun<shiningsun@google.com>:
      
          Internal change
      
      245353681  by gjn<gjn@google.com>:
      
          Internal change
      
      245340898  by haoyuzhang<haoyuzhang@google.com>:
      
          Internal change
      
      245291749  by A. Unique TensorFlower<gardener@tensorflow.org>:
      
          Internal change
      
      245155641  by haoyuzhang<haoyuzhang@google.com>:
      
          Internal change
      
      244962751  by haoyuzhang<haoyuzhang@google.com>:
      
          Internal change
      
      244395199  by haoyuzhang<haoyuzhang@google.com>:
      
          Internal change
      
      244098932  by shiningsun<shiningsun@google.com>:
      
          Internal change
      
      244019160  by haoyuzhang<haoyuzhang@google.com>:
      
          Internal change
      
      242965373  by shiningsun<shiningsun@google.com>:
      
          Internal change
      
      242930998  by shiningsun<shiningsun@google.com>:
      
          Internal change
      
      242914617  by shiningsun<shiningsun@google.com>:
      
          Internal change
      
      242510000  by shiningsun<shiningsun@google.com>:
      
          Internal change
      
      242183356  by haoyuzhang<haoyuzhang@google.com>:
      
          Internal change
      
      242049350  by haoyuzhang<haoyuzhang@google.com>:
      
          Internal change
      
      241749800  by haoyuzhang<haoyuzhang@google.com>:
      
          Internal change
      
      241663771  by haoyuzhang<haoyuzhang@google.com>:
      
          Internal change
      
      241416315  by haoyuzhang<haoyuzhang@google.com>:
      
          Internal change
      
      241054800  by haoyuzhang<haoyuzhang@google.com>:
      
          Internal change
      
      241028555  by yuefengz<yuefengz@google.com>:
      
          Internal change
      
      240683076  by haoyuzhang<haoyuzhang@google.com>:
      
          Internal change
      
      240404735  by yuefengz<yuefengz@google.com>:
      
          Internal change
      
      239892001  by haoyuzhang<haoyuzhang@google.com>:
      
          Internal change
      
      239316550  by haoyuzhang<haoyuzhang@google.com>:
      
          Internal change
      
      238316437  by shiningsun<shiningsun@google.com>:
      
          Internal change
      
      238251867  by haoyuzhang<haoyuzhang@google.com>:
      
          Internal change
      
      237876559  by taylorrobie<taylorrobie@google.com>:
      
          Internal change
      
      236346619  by haoyuzhang<haoyuzhang@google.com>:
      
          Internal change
      
      236182665  by tayo<tayo@google.com>:
      
          Internal change
      
      235035787  by haoyuzhang<haoyuzhang@google.com>:
      
          Internal change
      
      234652747  by wangtz<wangtz@google.com>:
      
          Internal change
      
      234606543  by wangtz<wangtz@google.com>:
      
          Internal change
      
      233837502  by shiningsun<shiningsun@google.com>:
      
          Internal change
      
      232033015  by shiningsun<shiningsun@google.com>:
      
          Internal change
      
      232028127  by shiningsun<shiningsun@google.com>:
      
          Internal change
      
      232026986  by shiningsun<shiningsun@google.com>:
      
          Internal change
      
      232024086  by shiningsun<shiningsun@google.com>:
      
          Internal change
      
      229839087  by A. Unique TensorFlower<gardener@tensorflow.org>:
      
          Internal change
      
      229794563  by A. Unique TensorFlower<gardener@tensorflow.org>:
      
          Internal change
      
      229204024  by shiningsun<shiningsun@google.com>:
      
          Internal change
      
      228956426  by shiningsun<shiningsun@google.com>:
      
          Internal change
      
      228610870  by haoyuzhang<haoyuzhang@google.com>:
      
          Internal change
      
      228586727  by haoyuzhang<haoyuzhang@google.com>:
      
          Internal change
      
      228564809  by taylorrobie<taylorrobie@google.com>:
      
          Internal change
      
      227080093  by shiningsun<shiningsun@google.com>:
      
          Internal change
      
      227052580  by shiningsun<shiningsun@google.com>:
      
          Internal change
      
      226217872  by gsundeep<gsundeep@google.com>:
      
          Internal change
      
      225436264  by shiningsun<shiningsun@google.com>:
      
          Internal change
      
      222283824  by taylorrobie<taylorrobie@google.com>:
      
          Internal change
      
      219719958  by taylorrobie<taylorrobie@google.com>:
      
          Internal change
      
      219330498  by taylorrobie<taylorrobie@google.com>:
      
          Internal change
      
      219241224  by taylorrobie<taylorrobie@google.com>:
      
          Internal change
      
      218774474  by A. Unique TensorFlower<gardener@tensorflow.org>:
      
          Internal change
      
      218610966  by taylorrobie<taylorrobie@google.com>:
      
          Internal change
      
      218576353  by taylorrobie<taylorrobie@google.com>:
      
          Internal change
      
      217815929  by A. Unique TensorFlower<gardener@tensorflow.org>:
      
          Internal change
      
      217776707  by A. Unique TensorFlower<gardener@tensorflow.org>:
      
          Internal change
      
      217749789  by A. Unique TensorFlower<gardener@tensorflow.org>:
      
          Internal change
      
      217029365  by A. Unique TensorFlower<gardener@tensorflow.org>:
      
          Internal change
      
      216803510  by taylorrobie<taylorrobie@google.com>:
      
          Internal change
      
      216570979  by A. Unique TensorFlower<gardener@tensorflow.org>:
      
          Internal change
      
      215640939  by A. Unique TensorFlower<gardener@tensorflow.org>:
      
          Internal change
      
      214516790  by A. Unique TensorFlower<gardener@tensorflow.org>:
      
          Internal change
      
      212485310  by A. Unique TensorFlower<gardener@tensorflow.org>:
      
          Internal change
      
      212339556  by A. Unique TensorFlower<gardener@tensorflow.org>:
      
          Internal change
      
      210935187  by A. Unique TensorFlower<gardener@tensorflow.org>:
      
          Internal change
      
      210658133  by A. Unique TensorFlower<gardener@tensorflow.org>:
      
          Internal change
      
      207194426  by A. Unique TensorFlower<gardener@tensorflow.org>:
      
          Internal change
      
      206963562  by A. Unique TensorFlower<gardener@tensorflow.org>:
      
          Internal change
      
      206866123  by taylorrobie<taylorrobie@google.com>:
      
          Internal change
      
      206631416  by A. Unique TensorFlower<gardener@tensorflow.org>:
      
          Internal change
      
      206180517  by A. Unique TensorFlower<gardener@tensorflow.org>:
      
          Internal change
      
      206170536  by A. Unique TensorFlower<gardener@tensorflow.org>:
      
          Internal change
      
      205252141  by A. Unique TensorFlower<gardener@tensorflow.org>:
      
          Internal change
      
      204191308  by A. Unique TensorFlower<gardener@tensorflow.org>:
      
          Internal change
      
      202519641  by scottzhu<scottzhu@google.com>:
      
          Internal change
      
      201577585  by scottzhu<scottzhu@google.com>:
      
          Internal change
      
      201299684  by kathywu<kathywu@google.com>:
      
          Internal change
      
      199825697  by A. Unique TensorFlower<gardener@tensorflow.org>:
      
          Internal change
      
      199655516  by karmel<karmel@google.com>:
      
          Internal change
      
      199654555  by karmel<karmel@google.com>:
      
          Internal change
      
      199653009  by karmel<karmel@google.com>:
      
          Internal change
      
      199209802  by karmel<karmel@google.com>:
      
          Internal change
      
      198089630  by karmel<karmel@google.com>:
      
          Internal change
      
      198064765  by karmel<karmel@google.com>:
          Automated rollback of changelist 197740116.
      
      198060863  by karmel<karmel@google.com>:
          Automated rollback of changelist 197920496.
      
      197920496  by kathywu<kathywu@google.com>:
      
          Internal change
      
      197841416  by A. Unique TensorFlower<gardener@tensorflow.org>:
      
          Internal change
      
      197740116  by kathywu<kathywu@google.com>:
      
          Internal change
      
      196608994  by karmel<karmel@google.com>:
      
          Internal change
      
      196172336  by A. Unique TensorFlower<gardener@tensorflow.org>:
      
          Internal change
      
      195867348  by A. Unique TensorFlower<gardener@tensorflow.org>:
      
          Internal change
      
      195725348  by taylorrobie<taylorrobie@google.com>:
      
          Internal change
      
      195283704  by A. Unique TensorFlower<gardener@tensorflow.org>:
      
          Internal change
      
      194960508  by A. Unique TensorFlower<gardener@tensorflow.org>:
      
          Internal change
      
      194662698  by A. Unique TensorFlower<gardener@tensorflow.org>:
      
          Internal change
      
      194103064  by A. Unique TensorFlower<gardener@tensorflow.org>:
      
          Internal change
      
      193735742  by saeta<saeta@google.com>:
      
          Support legacy clusters
      
      --
      193581866  by A. Unique TensorFlower<gardener@tensorflow.org>:
      
          Internal change
      
      193567921  by taylorrobie<taylorrobie@google.com>:
      
          Internal change
      
      193072964  by taylorrobie<taylorrobie@google.com>:
      
          Internal change
      
      192783651  by scottzhu<scottzhu@google.com>:
          Automated rollback of changelist 192714881.
      
      192714881  by scottzhu<scottzhu@google.com>:
          Automated rollback of changelist 192710755.
      
      192710755  by A. Unique TensorFlower<gardener@tensorflow.org>:
      
          Internal change
      
      192374551  by A. Unique TensorFlower<gardener@tensorflow.org>:
      
          Internal change
      
      192346754  by A. Unique TensorFlower<gardener@tensorflow.org>:
      
          Internal change
      
      192298443  by karmel<karmel@google.com>:
      
          Internal change
      
      192220576  by A. Unique TensorFlower<gardener@tensorflow.org>:
      
          Internal change
      
      191937900  by A. Unique TensorFlower<gardener@tensorflow.org>:
      
          Internal change
      
      191909212  by A. Unique TensorFlower<gardener@tensorflow.org>:
      
          Internal change
      
      191602380  by A. Unique TensorFlower<gardener@tensorflow.org>:
      
          Internal change
      
      191514106  by scottzhu<scottzhu@google.com>:
      
          Internal change
      
      191355033  by A. Unique TensorFlower<gardener@tensorflow.org>:
      
          Internal change
      
      191327699  by A. Unique TensorFlower<gardener@tensorflow.org>:
      
          Internal change
      
      190938103  by karmel<karmel@google.com>:
      
          Internal change
      
      190804388  by A. Unique TensorFlower<gardener@tensorflow.org>:
      
          Internal change
      
      190780502  by karmel<karmel@google.com>:
      
          Internal change
      
      190479716  by karmel<karmel@google.com>:
      
          Internal change
      
      190289991  by karmel<karmel@google.com>:
      
          Internal change
      
      189844661  by scottzhu<scottzhu@google.com>:
          Automated rollback of changelist 189816818.
      
      189816818  by A. Unique TensorFlower<gardener@tensorflow.org>:
      
          Internal change
      
      189796731  by kathywu<kathywu@google.com>:
      
          Internal change
      
      189639056  by A. Unique TensorFlower<gardener@tensorflow.org>:
      
          Internal change
      
      189628781  by karmel<karmel@google.com>:
      
          Internal change
      
      189267175  by karmel<karmel@google.com>:
      
          Internal change
      
      189222334  by karmel<karmel@google.com>:
      
          Internal change
      
      189096159  by karmel<karmel@google.com>:
      
          Internal change
      
      189085341  by karmel<karmel@google.com>:
      
          Internal change
      
      188949700  by karmel<karmel@google.com>:
      
          Internal change
      
      188780170  by karmel<karmel@google.com>:
      
          Internal change
      
      188525399  by karmel<karmel@google.com>:
      
          Internal change
      
      188189681  by karmel<karmel@google.com>:
      
          Internal change
      
      188076840  by wun<wun@google.com>:
      
          Internal change
      
      188074937  by wun<wun@google.com>:
      
          Internal change
      
      187764140  by wun<wun@google.com>:
      
          Internal change
      
      187663993  by wun<wun@google.com>:
      
          Internal change
      
      187651035  by karmel<karmel@google.com>:
      
          Internal change
      
      187415223  by A. Unique TensorFlower<gardener@tensorflow.org>:
      
          Internal change
      
      187047094  by saeta<saeta@google.com>:
      
          Integrate ClusterResolvers with TPUEstimator.
      
      --
      186843813  by karmel<karmel@google.com>:
      
          Internal change
      
      186843458  by karmel<karmel@google.com>:
      
          Internal change
      
      186348279  by karmel<karmel@google.com>:
      
          Internal change
      
      186323602  by ashankar<ashankar@google.com>:
      
          Internal change
      
      185051452  by wun<wun@google.com>:
      
          Internal change
      
      185039308  by wun<wun@google.com>:
      
          Internal change
      
      184934877  by wun<wun@google.com>:
      
          Internal change
      
      184876413  by wun<wun@google.com>:
      
          Internal change
      
      184868771  by wun<wun@google.com>:
      
          Internal change
      
      184751017  by wun<wun@google.com>:
      
          Internal change
      
      184743769  by wun<wun@google.com>:
      
          Internal change
      
      183894402  by frankchn<frankchn@google.com>:
      
          Internal change
      
      183863555  by frankchn<frankchn@google.com>:
      
          Internal change
      
      183249343  by karmel<karmel@google.com>:
      
          Internal change
      
      183099733  by wun<wun@google.com>:
      
          Internal change
      
      182981253  by wun<wun@google.com>:
      
          Internal change
      
      182977703  by wun<wun@google.com>:
      
          Internal change
      
      182414330  by ashankar<ashankar@google.com>:
      
          Internal change
      
      182069924  by wun<wun@google.com>:
      
          Internal change
      
      181544879  by ashankar<ashankar@google.com>:
      
          Internal change
      
      180618064  by ashankar<ashankar@google.com>:
      
          Internal change
      
      180591779  by ashankar<ashankar@google.com>:
      
          Internal change
      
      179724765  by kathywu<kathywu@google.com>:
      
          Internal change
      
      179713599  by kathywu<kathywu@google.com>:
      
          Internal change
      
      179110125  by wun<wun@google.com>:
      
          Internal change
      
      178793339  by kathywu<kathywu@google.com>:
      
          Internal change
      
      176581733  by wun<wun@google.com>:
      
          Internal change
      
      175220569  by wun<wun@google.com>:
      
          Internal change
      
      175183195  by wun<wun@google.com>:
      
          Internal change
      
      175171381  by wun<wun@google.com>:
      
          Internal change
      
      175036833  by wun<wun@google.com>:
      
          Internal change
      
      175031858  by wun<wun@google.com>:
      
          Internal change
      
      174891336  by wun<wun@google.com>:
      
          Internal change
      
      174881248  by kathywu<kathywu@google.com>:
      
          Internal change
      
      174766157  by wun<wun@google.com>:
      
          Internal change
      
      173723629  by wun<wun@google.com>:
      
          Internal change
      
      173579695  by wun<wun@google.com>:
      
          Internal change
      
      173443901  by wun<wun@google.com>:
      
          Internal change
      
      173340656  by wun<wun@google.com>:
      
          Internal change
      
      172954249  by wun<wun@google.com>:
      
          Internal change
      
      172926654  by wun<wun@google.com>:
      
          Internal change
      
      172922540  by wun<wun@google.com>:
      
          Internal change
      
      172921684  by kathywu<kathywu@google.com>:
      
          Internal change
      
      170943723  by wun<wun@google.com>:
      
          Internal change
      
      170927898  by wun<wun@google.com>:
      
          Internal change
      
      170430173  by wun<wun@google.com>:
      
          Internal change
      
      170428312  by wun<wun@google.com>:
      
          Internal change
      
      PiperOrigin-RevId: 249218656
      
      * Revert "Merged commit includes the following changes:"
      
      This reverts commit e30d805d3770d7473166dcca1ecb6050dc5de47a.
      
      * Merged commit includes the following changes:
      
      PiperOrigin-RevId: 249232280
      
      * Merged commit includes the following changes:
      249376444  by tianlin<tianlin@google.com>:
      
          Internal change
      
      249373328  by hongkuny<hongkuny@google.com>:
      
          Clean up tf import
      
      --
      249340512  by hongkuny<hongkuny@google.com>:
      
          Internal change
      
      249325089  by hongkuny<hongkuny@google.com>:
      
          BERT 2.0
      
      --
      249260134  by tianlin<tianlin@google.com>:
      
          Internal change
      
      PiperOrigin-RevId: 249376444
      
      * Fixed absl_app in official/mnist/mnist_tpu.py
      
      * Make metrics in order (switch from dict to list of tuples).
      
      * Revert ResNet Model to an earlier version.
      
      * Fix lint format.
      
      * Disable two tests in v2.
      c4f34e58
    • Haoyu Zhang's avatar
    • tjakob's avatar
      Use new tensorrt API (#6828) · d11d9845
      tjakob authored
      d11d9845
    • saberkun's avatar
      Merged commit includes the following changes: (#6847) · 30d14a96
      saberkun authored
      249377254  by hongkuny<hongkuny@google.com>:
      
          Internal change
      
      249373328  by hongkuny<hongkuny@google.com>:
      
          Clean up tf import
      
      --
      249333938  by hongkuny<hongkuny@google.com>:
      
          Fix tf1 import
      
      --
      249325089  by hongkuny<hongkuny@google.com>:
      
          BERT 2.0
      
      --
      249173564  by hongkuny<hongkuny@google.com>:
      
          Internal change
      
      PiperOrigin-RevId: 249377254
      30d14a96
  4. 21 May, 2019 5 commits
    • Haoyu Zhang's avatar
    • André Araujo's avatar
      Small edits to DELF markdown instructions (#6839) · 76256146
      André Araujo authored
      * Initial feature aggregation code for Detect-to-Retrieve paper.
      
      PiperOrigin-RevId: 246043144
      
      * Add support for ASMK/ASMK*/R-ASMK/R-ASMK*.
      
      PiperOrigin-RevId: 247337028
      
      * Add DatumProto uint32 field, and limit datum_io to uint32 and float32/float64 types.
      
      Also, introduce DatumPairProto, to be used for ASMK variants. Functions to read/write in this new format are added and tested.
      
      PiperOrigin-RevId: 247515205
      
      * Add batching option to feature aggregation extraction.
      
      PiperOrigin-RevId: 247614627
      
      * Script to perform local feature aggregation, with associated configs.
      
      Also small edits to the aggregation extractor, for better handling of input features / avoiding OOM.
      
      PiperOrigin-RevId: 248150750
      
      * Tests to check that aggregation using regions with no local features works.
      
      PiperOrigin-RevId: 248153275
      
      * Include new library/proto for aggregation
      
      * Merged commit includes the following changes:
      
      PiperOrigin-RevId: 248176511
      
      * Merged commit includes the following changes:
      248194572  by Andre Araujo:
      
          Change tf.tensor_scatter_nd_add --> tf.compat.v1.tensor_scatter_add to make it compatible with TF 1.X.
      
      --
      
      PiperOrigin-RevId: 248194572
      
      * Functions to parse ground-truth and compute metrics for revisited datasets.
      
      Unit tests are added.
      
      PiperOrigin-RevId: 248561575
      
      * Small change to argparse bool option, which does not work as expected.
      
      PiperOrigin-RevId: 248805505
      
      * Class to compute similarity between aggregated descriptors.
      
      PiperOrigin-RevId: 249102986
      
      * Script to perform retrieval and compute metrics.
      
      PiperOrigin-RevId: 249104011
      
      * feature_aggregation_similarity library in DELF init
      
      * D2R instructions / README update
      
      * Small edit to README
      
      * Internal change.
      
      PiperOrigin-RevId: 249113531
      
      * Instructions to reproduce D2R paper results, and small edits to config files.
      
      PiperOrigin-RevId: 249159850
      
      * Revert "Internal change."
      
      This reverts commit 0529f2b8471a20c88f1fbb37367f142965d098ee.
      
      Undoing incorrect markdown deletion.
      
      * Small updates to markdown instructions
      
      * Small updates to markdown instructions 2
      76256146
    • Toby Boyd's avatar
      b73977ee
    • André Araujo's avatar
      Undo Detect-to-Retrieve markdown deletion (#6831) · 5ec581ae
      André Araujo authored
      * Initial feature aggregation code for Detect-to-Retrieve paper.
      
      PiperOrigin-RevId: 246043144
      
      * Add support for ASMK/ASMK*/R-ASMK/R-ASMK*.
      
      PiperOrigin-RevId: 247337028
      
      * Add DatumProto uint32 field, and limit datum_io to uint32 and float32/float64 types.
      
      Also, introduce DatumPairProto, to be used for ASMK variants. Functions to read/write in this new format are added and tested.
      
      PiperOrigin-RevId: 247515205
      
      * Add batching option to feature aggregation extraction.
      
      PiperOrigin-RevId: 247614627
      
      * Script to perform local feature aggregation, with associated configs.
      
      Also small edits to the aggregation extractor, for better handling of input features / avoiding OOM.
      
      PiperOrigin-RevId: 248150750
      
      * Tests to check that aggregation using regions with no local features works.
      
      PiperOrigin-RevId: 248153275
      
      * Include new library/proto for aggregation
      
      * Merged commit includes the following changes:
      
      PiperOrigin-RevId: 248176511
      
      * Merged commit includes the following changes:
      248194572  by Andre Araujo:
      
          Change tf.tensor_scatter_nd_add --> tf.compat.v1.tensor_scatter_add to make it compatible with TF 1.X.
      
      --
      
      PiperOrigin-RevId: 248194572
      
      * Functions to parse ground-truth and compute metrics for revisited datasets.
      
      Unit tests are added.
      
      PiperOrigin-RevId: 248561575
      
      * Small change to argparse bool option, which does not work as expected.
      
      PiperOrigin-RevId: 248805505
      
      * Class to compute similarity between aggregated descriptors.
      
      PiperOrigin-RevId: 249102986
      
      * Script to perform retrieval and compute metrics.
      
      PiperOrigin-RevId: 249104011
      
      * feature_aggregation_similarity library in DELF init
      
      * D2R instructions / README update
      
      * Small edit to README
      
      * Internal change.
      
      PiperOrigin-RevId: 249113531
      
      * Instructions to reproduce D2R paper results, and small edits to config files.
      
      PiperOrigin-RevId: 249159850
      
      * Revert "Internal change."
      
      This reverts commit 0529f2b8471a20c88f1fbb37367f142965d098ee.
      
      Undoing incorrect markdown deletion.
      5ec581ae
    • André Araujo's avatar
      Code for Detect-to-Retrieve fully integrated (#6829) · 9062d200
      André Araujo authored
      * Initial feature aggregation code for Detect-to-Retrieve paper.
      
      PiperOrigin-RevId: 246043144
      
      * Add support for ASMK/ASMK*/R-ASMK/R-ASMK*.
      
      PiperOrigin-RevId: 247337028
      
      * Add DatumProto uint32 field, and limit datum_io to uint32 and float32/float64 types.
      
      Also, introduce DatumPairProto, to be used for ASMK variants. Functions to read/write in this new format are added and tested.
      
      PiperOrigin-RevId: 247515205
      
      * Add batching option to feature aggregation extraction.
      
      PiperOrigin-RevId: 247614627
      
      * Script to perform local feature aggregation, with associated configs.
      
      Also small edits to the aggregation extractor, for better handling of input features / avoiding OOM.
      
      PiperOrigin-RevId: 248150750
      
      * Tests to check that aggregation using regions with no local features works.
      
      PiperOrigin-RevId: 248153275
      
      * Include new library/proto for aggregation
      
      * Merged commit includes the following changes:
      
      PiperOrigin-RevId: 248176511
      
      * Merged commit includes the following changes:
      248194572  by Andre Araujo:
      
          Change tf.tensor_scatter_nd_add --> tf.compat.v1.tensor_scatter_add to make it compatible with TF 1.X.
      
      --
      
      PiperOrigin-RevId: 248194572
      
      * Functions to parse ground-truth and compute metrics for revisited datasets.
      
      Unit tests are added.
      
      PiperOrigin-RevId: 248561575
      
      * Small change to argparse bool option, which does not work as expected.
      
      PiperOrigin-RevId: 248805505
      
      * Class to compute similarity between aggregated descriptors.
      
      PiperOrigin-RevId: 249102986
      
      * Script to perform retrieval and compute metrics.
      
      PiperOrigin-RevId: 249104011
      
      * feature_aggregation_similarity library in DELF init
      
      * D2R instructions / README update
      
      * Small edit to README
      
      * Internal change.
      
      PiperOrigin-RevId: 249113531
      
      * Instructions to reproduce D2R paper results, and small edits to config files.
      
      PiperOrigin-RevId: 249159850
      9062d200
  5. 20 May, 2019 1 commit
  6. 18 May, 2019 2 commits
  7. 16 May, 2019 2 commits
  8. 15 May, 2019 3 commits
  9. 14 May, 2019 3 commits
    • derekjchow's avatar
      Move config to the right place. (#6782) · aecf5d02
      derekjchow authored
      aecf5d02
    • André Araujo's avatar
      DELF feature aggregation extraction: VLAD, ASMK, ASMK* (#6780) · a27bad9b
      André Araujo authored
      * Initial feature aggregation code for Detect-to-Retrieve paper.
      
      PiperOrigin-RevId: 246043144
      
      * Add support for ASMK/ASMK*/R-ASMK/R-ASMK*.
      
      PiperOrigin-RevId: 247337028
      
      * Add DatumProto uint32 field, and limit datum_io to uint32 and float32/float64 types.
      
      Also, introduce DatumPairProto, to be used for ASMK variants. Functions to read/write in this new format are added and tested.
      
      PiperOrigin-RevId: 247515205
      
      * Add batching option to feature aggregation extraction.
      
      PiperOrigin-RevId: 247614627
      
      * Script to perform local feature aggregation, with associated configs.
      
      Also small edits to the aggregation extractor, for better handling of input features / avoiding OOM.
      
      PiperOrigin-RevId: 248150750
      
      * Tests to check that aggregation using regions with no local features works.
      
      PiperOrigin-RevId: 248153275
      
      * Include new library/proto for aggregation
      
      * Merged commit includes the following changes:
      
      PiperOrigin-RevId: 248176511
      
      * Merged commit includes the following changes:
      248194572  by Andre Araujo:
      
          Change tf.tensor_scatter_nd_add --> tf.compat.v1.tensor_scatter_add to make it compatible with TF 1.X.
      
      --
      
      PiperOrigin-RevId: 248194572
      a27bad9b
    • achowdhery's avatar
      Create... · 8d97814e
      achowdhery authored
      Create ssd_mobilenet_v2_fpnlite_quantized_shared_box_predictor_256x256_depthmultiplier_75_coco14_sync.config (#6775)
      
      Add config for FPNLite quantized model
      8d97814e
  10. 11 May, 2019 2 commits
  11. 10 May, 2019 3 commits