Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch from return_tuple to return_dict #6138

Merged
merged 9 commits into from
Jul 30, 2020
Merged

Switch from return_tuple to return_dict #6138

merged 9 commits into from
Jul 30, 2020

Commits on Jul 29, 2020

  1. Configuration menu
    Copy the full SHA
    b94e78f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eff3526 View commit details
    Browse the repository at this point in the history
  3. Fix test

    sgugger committed Jul 29, 2020
    Configuration menu
    Copy the full SHA
    d7b454b View commit details
    Browse the repository at this point in the history
  4. [WIP] Test TF Flaubert + Add {XLM, Flaubert}{TokenClassification, Mul…

    …tipleC… (#5614)
    
    * Test TF Flaubert + Add {XLM, Flaubert}{TokenClassification, MultipleChoice} models and tests
    
    * AutoModels
    
    
    Tiny tweaks
    
    * Style
    
    * Final changes before merge
    
    * Re-order for simpler review
    
    * Final fixes
    
    * Addressing @sgugger's comments
    
    * Test MultipleChoice
    LysandreJik committed Jul 29, 2020
    Configuration menu
    Copy the full SHA
    3f94170 View commit details
    Browse the repository at this point in the history
  5. Rework TF trainer (#6038)

    * 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
    jplu committed Jul 29, 2020
    Configuration menu
    Copy the full SHA
    54f9fbe View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    06f4374 View commit details
    Browse the repository at this point in the history
  7. Fix test

    sgugger committed Jul 29, 2020
    Configuration menu
    Copy the full SHA
    a71a70c View commit details
    Browse the repository at this point in the history
  8. Add recent model

    sgugger committed Jul 29, 2020
    Configuration menu
    Copy the full SHA
    c82e57d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    60928b0 View commit details
    Browse the repository at this point in the history