1. 11 Aug, 2020 1 commit
    • Stas Bekman's avatar
      add pl_glue example test (#6034) · f6c0680d
      Stas Bekman authored
      * add pl_glue example test
      
      * for now just test that it runs, next validate results of eval or predict?
      
      * complete the run_pl_glue test to validate the actual outcome
      
      * worked on my machine, CI gets less accuracy - trying higher epochs
      
      * match run_pl.sh hparms
      
      * more epochs?
      
      * trying higher lr
      
      * for now just test that the script runs to a completion
      
      * correct the comment
      
      * if cuda is available, add --fp16 --gpus=1 to cover more bases
      
      * style
      f6c0680d
  2. 09 Aug, 2020 1 commit
  3. 07 Aug, 2020 2 commits
  4. 06 Aug, 2020 2 commits
  5. 29 Jul, 2020 1 commit
    • Julien Plu's avatar
      Rework TF trainer (#6038) · 54f9fbef
      Julien Plu authored
      * Fully rework training/prediction loops
      
      * fix method name
      
      * Fix variable name
      
      * Fix property name
      
      * Fix scope
      
      * Fix method name
      
      * Fix tuple index
      
      * Fix tuple index
      
      * Fix indentation
      
      * Fix variable name
      
      * fix eval before log
      
      * Add drop remainder for test dataset
      
      * Fix step number + fix logging datetime
      
      * fix eval loss value
      
      * use global step instead of step + fix logging at step 0
      
      * Fix logging datetime
      
      * Fix global_step usage
      
      * Fix breaking loop + logging datetime
      
      * Fix step in prediction loop
      
      * Fix step breaking
      
      * Fix train/test loops
      
      * Force TF at least 2.2 for the trainer
      
      * Use assert_cardinality to facilitate the dataset size computation
      
      * Log steps per epoch
      
      * Make tfds compliant with TPU
      
      * Make tfds compliant with TPU
      
      * Use TF dataset enumerate instead of the Python one
      
      * revert previous commit
      
      * Fix data_dir
      
      * Apply style
      
      * rebase on master
      
      * Address Sylvain's comments
      
      * Address Sylvain's and Lysandre comments
      
      * Trigger CI
      
      * Remove unused import
      54f9fbef
  6. 01 Jul, 2020 1 commit
  7. 28 Jun, 2020 1 commit
  8. 24 Jun, 2020 1 commit
  9. 23 Jun, 2020 1 commit
  10. 04 Jun, 2020 1 commit
  11. 02 Jun, 2020 2 commits
  12. 27 May, 2020 1 commit
  13. 21 May, 2020 1 commit
  14. 19 May, 2020 1 commit
  15. 08 May, 2020 1 commit
  16. 07 May, 2020 2 commits