1. 02 Feb, 2021 2 commits
    • ZHANG Zhi's avatar
      Fix PyTorchImageClassificationTrainer's training (#3339) · 533f2ef2
      ZHANG Zhi authored
      * Fix PyTorchImageClassificationTrainer's training
      
      It seems that the current process only calculates the loss and gradient, and does not use the optimizer for optimization. Therefore, the model is not actually trained, and its accuracy on the Web UI remains unchanged.
      
      * Add intermediate reports for every epoch
      
      For now, intermediate reports and final reports are consistent, and they are displayed once after all epochs have finished. This may not meet our expectations. We hope that intermediate reports can provide us with the validation results after each epoch.
      533f2ef2
    • ZHANG Zhi's avatar
      8175f280
  2. 01 Feb, 2021 1 commit
  3. 29 Jan, 2021 3 commits
  4. 28 Jan, 2021 1 commit
  5. 27 Jan, 2021 1 commit
  6. 26 Jan, 2021 1 commit
  7. 25 Jan, 2021 1 commit
    • Yuge Zhang's avatar
      [CI] Introduce multi-stage pipeline for speedup (#3313) · f11aea0d
      Yuge Zhang authored
      * Refactor fast-test
      
      * Fix yaml syntax error
      
      * Fix syntax issues
      
      * Update requirements
      
      * Update requirements
      
      * Fix pylint
      
      * Fix pylint
      
      * Fix pylint
      
      * Cache pip packages for lint
      
      * Add wheel as dependency
      
      * Isolate setup dependencies
      
      * Isolate docs pipeline
      
      * Fix swig issue
      f11aea0d
  8. 24 Jan, 2021 1 commit
    • J-shang's avatar
      Merge .config & nni.sqlite (#3309) · e6629a76
      J-shang authored
      * refactor util config
      
      * merge NNICTL_HOME_DIR and NNI_HOME_DIR
      
      * add default logDir and fix Config logdir
      
      * fix save/load
      
      * modify updater and tensorboard
      
      * rename
      
      * rename
      
      * fix local clusterMetaData
      
      * fix local config convert
      
      * fix ut
      
      * fix ut
      
      * del unused code
      
      * fix cursor
      e6629a76
  9. 22 Jan, 2021 1 commit
  10. 20 Jan, 2021 6 commits
  11. 17 Jan, 2021 1 commit
  12. 14 Jan, 2021 3 commits
  13. 13 Jan, 2021 9 commits
  14. 08 Jan, 2021 6 commits
  15. 07 Jan, 2021 3 commits