1. 10 Jun, 2020 7 commits
  2. 09 Jun, 2020 7 commits
  3. 08 Jun, 2020 6 commits
    • Dan Anghel's avatar
      Push to Github of changes to the TFRecord generation of GLDv2 dataset (#8650) · e82a2d9f
      Dan Anghel authored
      * First version of working script to download the GLDv2 dataset
      
      * First version of the DEFL package installation script
      
      * First working version of the DELF package installation script
      
      * Fixed feedback from PR review
      
      * Push to Github of changes to the TFRecord data generation script for DELF.
      
      * Merged commit includes the following changes:
      315363544  
      
          Added the generation of TRAIN and VALIDATE splits from the train dataset.
      
      --
      314676530  
      
          Updated script to download GLDv2 images for DELF training.
      
      --
      314101235  
      
          Added newly created module 'utils' to the copybara script.
      
      --
      313677085  
      
          Code migration from TF1 to TF2 for:
          - logging (replaced usage of tf.compat.v1.logging.info)
          - testing directories (replaced usage of tf.compat.v1.test.get_temp_dir())
          - feature/object extraction scripts (replaced usage of tf.compat.v1.train.string_input_producer and tf.compat.v1.train.start_queue_runners with PIL)
      
      --
      312770828  by 
      
          Internal change.
      
      --
      
      PiperOrigin-RevId: 315363544
      e82a2d9f
    • Abdullah Rashwan's avatar
      Internal change · a9684184
      Abdullah Rashwan authored
      PiperOrigin-RevId: 315331850
      a9684184
    • Chen Chen's avatar
      Internal change · 39bdc9c2
      Chen Chen authored
      PiperOrigin-RevId: 315325330
      39bdc9c2
    • Hongkun Yu's avatar
      Task.__init__(params) gets a type annotation, not a default value. · ec7265be
      Hongkun Yu authored
      PiperOrigin-RevId: 315322201
      ec7265be
    • Hongkun Yu's avatar
      Move utils to TimeHistory · 3269c84b
      Hongkun Yu authored
      PiperOrigin-RevId: 315287705
      3269c84b
    • Hongkun Yu's avatar
      Enable bert pretraining on fp16. · ea61bbf0
      Hongkun Yu authored
      PiperOrigin-RevId: 315214450
      ea61bbf0
  4. 06 Jun, 2020 1 commit
  5. 05 Jun, 2020 3 commits
  6. 04 Jun, 2020 10 commits
  7. 03 Jun, 2020 6 commits
    • Maxim Neumann's avatar
      Adjust run_classification to support fine-tuning regression tasks. · b2e422b0
      Maxim Neumann authored
      PiperOrigin-RevId: 314607393
      b2e422b0
    • Hongkun Yu's avatar
      a6c0e677
    • Hongkun Yu's avatar
      4bb13e61
    • xinliupitt's avatar
      Add relative positional embedding to KerasBERT (#8617) · c3c2386c
      xinliupitt authored
      * root dir
      
      * zone updated
      
      * print mask
      
      * preview emb
      
      * tf print
      
      * input only
      
      * emb
      
      * tf print
      
      * emb after mask
      
      * masked_softmax print
      
      * print scores
      
      * multi folder
      
      * first pos emb
      
      * check input shape
      
      * add test temp
      
      * import math
      
      * two classes
      
      * prints
      
      * all get_pos replace
      
      * make time scale private
      
      * pos emb comments
      
      * print input
      
      * embedding_inputs
      
      * tf shape
      
      * dimention list
      
      * tf_util
      
      * print tf_util
      
      * concise
      
      * transformer pos change to layer
      
      * keep length var
      
      * length as input
      
      * None as input
      
      * print time signal
      
      * print time signal
      
      * remove print
      
      * test input shape
      
      * double check shape
      
      * double check shape
      
      * double check shape
      
      * more test
      
      * shape check
      
      * shape check
      
      * print 97 info
      
      * print 97 info new
      
      * test if sam
      
      * assert same
      
      * remove assert
      
      * tf print same
      
      * tf print diff
      
      * output example
      
      * output example
      
      * output example
      
      * formal test
      
      * formal test length
      
      * raise valurerror
      
      * test valurerror
      
      * double check
      
      * comments
      
      * remove prints
      
      * rename relative
      
      * delet naive test
      
      * delete docs in xinliu branch
      
      * code reformat
      
      * import order
      
      * indentation fix
      
      * more files
      
      * adjust char number
      
      * disable not callable
      
      * comment to length
      
      * error of length unequal to input_shape
      
      * root dir
      
      * zone updated
      
      * print mask
      
      * preview emb
      
      * tf print
      
      * input only
      
      * emb
      
      * tf print
      
      * emb after mask
      
      * masked_softmax print
      
      * print scores
      
      * multi folder
      
      * remove docs
      
      * remove prints
      
      * root dir
      
      * zone updated
      
      * print mask
      
      * preview emb
      
      * tf print
      
      * input only
      
      * emb
      
      * tf print
      
      * emb after mask
      
      * masked_softmax print
      
      * print scores
      
      * multi folder
      
      * remove docs
      
      * apply revised 3 files
      
      * rm prints
      c3c2386c
    • Chen Chen's avatar
      Internal change · cd3c6c57
      Chen Chen authored
      PiperOrigin-RevId: 314556957
      cd3c6c57
    • Jing Li's avatar
      Update NLP README to introduce major components. · daa1408c
      Jing Li authored
      PiperOrigin-RevId: 314526747
      daa1408c