1. 26 Apr, 2020 1 commit
  2. 22 Apr, 2020 1 commit
  3. 14 Apr, 2020 1 commit
    • David de la Iglesia Castro's avatar
      Add MlflowLoggerHook (#221) · d5f190d1
      David de la Iglesia Castro authored
      * Add MLflowLoggerHook
      
      * Add MLflowLoggerHook to __all__
      
      * Update name
      
      * Fix tracking.MlflowClient setup
      
      * Fix log_metric
      
      * Fix mlflow_pytorch import
      
      * Handle active_run
      
      * Fix self.mlflow reference
      
      * Simplify using high level API
      
      * Fix set_experiment
      
      * Add only_if_torch_available decorator and test_mlflow_hook
      
      * Add missing import in hooks
      
      * Fix torch available check
      
      * Patch mlflow.pytorch in test
      
      * Parametrize log_model
      
      * Fix log_model parametrize
      
      * Add docstring
      
      * Move wand patch
      
      * Fix flake8
      
      * Add regression test for non numeric metric
      
      * Only log numbers
      
      * Rename experiment_name-> exp_name
      
      * Remove pytest skip
      d5f190d1
  4. 16 Mar, 2020 1 commit
  5. 01 Mar, 2020 1 commit
  6. 24 Feb, 2020 1 commit
    • Kai Chen's avatar
      Add logging utils (#196) · c2c9fced
      Kai Chen authored
      * add logging utils
      
      * install torch (cpu only) for CI
      
      * fix unittests for runner
      
      * remove python 2.7 from testing list
      
      * add a corner case
      c2c9fced
  7. 10 Jan, 2020 1 commit
  8. 04 Jan, 2020 1 commit
    • Wenwei Zhang's avatar
      Load state dict (#164) · da7bb063
      Wenwei Zhang authored
      * use load_from_state_dict to load ckpt
      
      * reformat
      
      * reformat
      
      * reformat import
      
      * pass flake8
      
      * isort skip
      da7bb063
  9. 02 Dec, 2019 1 commit
  10. 30 Jul, 2019 1 commit
    • Kai Chen's avatar
      Add yapf and isort to travis (#96) · eae81c1e
      Kai Chen authored
      * add yapf and isort to travis
      
      * minor formatting
      
      * remove blank lines
      
      * skip unit tests for progressbar when python2
      
      * update travis to ubuntu 16.04
      
      * use a newer version ffmpeg
      
      * add -y to add-apt-repository
      eae81c1e
  11. 15 Jun, 2019 1 commit