"docs/en_US/vscode:/vscode.git/clone" did not exist on "c7ca4510a188c8717491823a8c20476d23395428"
  1. 08 Mar, 2020 1 commit
  2. 06 Mar, 2020 1 commit
  3. 05 Mar, 2020 9 commits
  4. 04 Mar, 2020 2 commits
  5. 03 Mar, 2020 7 commits
    • Gunnlaugur Thor Briem's avatar
      fix unused imports and style · 96c49901
      Gunnlaugur Thor Briem authored
      96c49901
    • Gunnlaugur Thor Briem's avatar
      Put @keras_serializable only on layers it works on · 470753bc
      Gunnlaugur Thor Briem authored
      And only run the test on TF*MainLayer classes so marked.
      470753bc
    • Gunnlaugur Thor Briem's avatar
      Use class decorator instead of superclass · 0c716ede
      Gunnlaugur Thor Briem authored
      When supplied by Keras deserialization, the config parameter to initializers
      will be a dict. So intercept it and convert to PretrainedConfig object (and
      store in instance attribute for get_config to get at it) before passing to the
      actual initializer. To accomplish this, and repeat as little code as possible,
      use a class decorator on TF*MainLayer classes.
      0c716ede
    • Sam Shleifer's avatar
    • Julien Chaumond's avatar
      [ci] Re-run integration ground truth from fairseq · f631e01d
      Julien Chaumond authored
      Adopted best practice set by @patrickvonplaten of commenting lines run on fairseq, for easy comparison
      
      also see #3020
      f631e01d
    • Gunnlaugur Thor Briem's avatar
      b8da16f3
    • Patrick von Platen's avatar
      Add generate() functionality to TF 2.0 (#3063) · 41341003
      Patrick von Platen authored
      * add first copy past test to tf 2 generate
      
      * add tf top_k_top_p_filter fn
      
      * add generate function for TF
      
      * add generate function for TF
      
      * implemented generate for all models expect transfoXL
      
      * implemented generate for all models expect transfoXL
      
      * implemented generate for all models expect transfoXL
      
      * make style
      
      * change permission of test file to correct ones
      
      * delete ipdb
      
      * delete ipdb
      
      * fix bug and finish simple gpt2 integration test
      
      * clean test file
      
      * clean test file
      
      * make style
      
      * make style
      
      * make style
      
      * make style
      
      * change import style
      
      * change import style
      
      * make style
      
      * make style
      
      * add decorators
      
      * add decorators
      
      * fix tf ctrl bug dim => axis in TF
      
      * make style
      
      * make style
      
      * refactored test file
      
      * refactored test file
      
      * take out test_torch_tf_conversion if nothing is defined
      
      * take out test_torch_tf_conversion if nothing is defined
      
      * remove useless files
      
      * remove useless files
      
      * fix conflicts
      
      * fix conflicts
      
      * fix conflicts
      
      * fix conflicts
      
      * fix conflicts
      
      * solve conflicts
      
      * solve conflicts
      
      * fix conflicts
      
      * fix conflicts
      
      * merge conflicts
      
      * delete ipdb
      
      * exposed top_k_top_p_filtering fns
      
      * delete weirdly created w! file
      
      * add comment to test tf common modeling
      
      * fix conflicts
      
      * fix conflicts
      
      * make style
      
      * merge conflicts
      
      * make style
      
      * change tf.tensor.shape to shape_list(tensor)
      41341003
  6. 02 Mar, 2020 6 commits
  7. 27 Feb, 2020 2 commits
  8. 26 Feb, 2020 5 commits
  9. 25 Feb, 2020 3 commits
  10. 24 Feb, 2020 4 commits