"...gpu/git@developer.sourcefind.cn:gaoqiong/migraphx.git" did not exist on "2ec8ba6aabed5275e7a8b1c114fd0217fc92a7ca"
  1. 25 Oct, 2021 1 commit
  2. 21 Oct, 2021 1 commit
  3. 09 Aug, 2021 1 commit
  4. 28 Jul, 2021 1 commit
  5. 14 Jul, 2021 1 commit
  6. 04 Jun, 2021 1 commit
  7. 26 May, 2021 1 commit
  8. 25 May, 2021 1 commit
  9. 21 May, 2021 1 commit
  10. 16 Apr, 2021 1 commit
  11. 13 Jan, 2021 3 commits
  12. 08 Jan, 2021 1 commit
  13. 04 Jan, 2021 1 commit
  14. 25 Dec, 2020 1 commit
  15. 11 Dec, 2020 1 commit
  16. 27 Nov, 2020 1 commit
  17. 13 Nov, 2020 1 commit
  18. 22 Oct, 2020 1 commit
  19. 10 Oct, 2020 1 commit
  20. 23 Sep, 2020 1 commit
  21. 21 Sep, 2020 1 commit
  22. 27 Aug, 2020 1 commit
  23. 12 Aug, 2020 1 commit
  24. 31 Jul, 2020 1 commit
    • Guoxin's avatar
      Compression doc structure refactor (#2676) · 41312de5
      Guoxin authored
      
      
      * init sapruner
      
      * seperate sapruners from other one-shot pruners
      
      * update
      
      * fix model params issue
      
      * make the process runnable
      
      * show evaluation result in example
      
      * sort the sparsities and scale it
      
      * fix rescale issue
      
      * fix scale issue; add pruning history
      
      * record the actual total sparsity
      
      * fix sparsity 0/1 problem
      
      * revert useless modif
      
      * revert useless modif
      
      * fix 0 pruning weights problem
      
      * save pruning history in csv file
      
      * fix typo
      
      * remove check perm in Makefile
      
      * use os path
      
      * save config list in json format
      
      * update analyze py; update docker
      
      * update
      
      * update analyze
      
      * update log info in compressor
      
      * init NetAdapt Pruner
      
      * refine examples
      
      * update
      
      * fine tune
      
      * update
      
      * fix quote issue
      
      * add code for imagenet  integrity
      
      * update
      
      * use datasets.ImageNet
      
      * update
      
      * update
      
      * add channel pruning in SAPruner; refine example
      
      * update net_adapt pruner; add dependency constraint in sapruner(beta)
      
      * update
      
      * update
      
      * update
      
      * fix zero division problem
      
      * fix typo
      
      * update
      
      * fix naive issue of NetAdaptPruner
      
      * fix data issue for no-dependency modules
      
      * add cifar10 vgg16 examplel
      
      * update
      
      * update
      
      * fix folder creation issue; change lr for vgg exp
      
      * update
      
      * add save model arg
      
      * fix model copy issue
      
      * init related weights calc
      
      * update analyze file
      
      * NetAdaptPruner: use fine-tuned weights after each iteration; fix modules_wrapper iteration issue
      
      * consider channel/filter cross pruning
      
      * NetAdapt: consider previous op when calc total sparsity
      
      * update
      
      * use customized vgg
      
      * add performances comparison plt
      
      * fix netadaptPruner mask copy issue
      
      * add resnet18 example
      
      * fix example issue
      
      * update experiment data
      
      * fix bool arg parsing issue
      
      * update
      
      * init ADMMPruner
      
      * ADMMPruner: update
      
      * ADMMPruner: finish v1.0
      
      * ADMMPruner: refine
      
      * update
      
      * AutoCompress init
      
      * AutoCompress: update
      
      * AutoCompressPruner: fix issues:
      
      * add test for auto pruners
      
      * add doc for auto pruners
      
      * fix link in md
      
      * remove irrelevant files
      
      * Clean code
      
      * code clean
      
      * fix pylint issue
      
      * fix pylint issue
      
      * rename admm & autoCompress param
      
      * use abs link in doc
      
      * reorder import to fix import issue: autocompress relies on speedup
      
      * refine doc
      
      * NetAdaptPruner: decay pruning step
      
      * take changes from testing branch
      
      * refine
      
      * fix typo
      
      * ADMMPruenr: check base_algo together with config schema
      
      * fix broken link
      
      * doc refine
      
      * ADMM:refine
      
      * refine doc
      
      * refine doc
      
      * refince doc
      
      * refine doc
      
      * refine doc
      
      * refine doc
      
      * update
      
      * update
      
      * refactor AGP doc
      
      * update
      
      * fix optimizer issue
      
      * fix comments: typo, rename AGP_Pruner
      
      * fix torch.nn.Module issue; refine SA docstring
      
      * fix typo
      Co-authored-by: default avatarYuge Zhang <scottyugochang@gmail.com>
      41312de5
  25. 27 Jul, 2020 1 commit
  26. 08 Jul, 2020 1 commit
  27. 01 Jul, 2020 1 commit
  28. 30 Jun, 2020 2 commits
  29. 16 Jun, 2020 1 commit
  30. 12 Jun, 2020 1 commit
  31. 19 May, 2020 1 commit
  32. 20 Apr, 2020 1 commit
  33. 05 Apr, 2020 1 commit
  34. 03 Apr, 2020 1 commit
  35. 26 Mar, 2020 1 commit
  36. 02 Mar, 2020 1 commit
    • George Cheng's avatar
      DLTS integration (#1945) · 134368fa
      George Cheng authored
      
      
      * skeleton of dlts training service (#1844)
      
      * Hello, DLTS!
      
      * Revert version
      
      * Remove fs-extra
      
      * Add some default cluster config
      
      * schema
      
      * fix
      
      * Optional cluster (default to `.default`)
      
      Depends on DLWorkspace#837
      
      * fix
      
      * fix
      
      * optimize gpu type
      
      * No more copy
      
      * Format
      
      * Code clean up
      
      * Issue fix
      
      * Add optional fields in config
      
      * Issue fix
      
      * Lint
      
      * Lint
      
      * Validate email, password and team
      
      * Doc
      
      * Doc fix
      
      * Set TMPDIR
      
      * Use metadata instead of gpu_capacity
      
      * Cancel paused DLTS job
      
      * workaround lint rules
      
      * pylint
      
      * doc
      Co-authored-by: default avatarQuanluZhang <z.quanluzhang@gmail.com>
      134368fa
  37. 10 Feb, 2020 1 commit