- 11 Dec, 2020 2 commits
-
-
liuzhe-lz authored
-
QuanluZhang authored
-
- 05 Dec, 2020 1 commit
-
-
Yuge Zhang authored
* First commit for WS in Retiarii * Refactor ENAS trainer * Fix DARTS trainer * Fix ENAS trainer * Fix issues in DARTS and Proxyless * Fix ProxylessNAS and Random trainer * Refactor mask
-
- 27 Nov, 2020 1 commit
-
-
Houwen Peng authored
-
- 25 Nov, 2020 1 commit
-
-
SparkSnail authored
-
- 23 Nov, 2020 1 commit
-
-
Harsh Bardhan Mishra authored
-
- 13 Nov, 2020 1 commit
-
-
J-shang authored
-
- 09 Nov, 2020 1 commit
-
-
colorjam authored
* update title level * Update examples & reproduction results of darts Co-authored-by:colorjam <im.cqyan@google.com>
-
- 21 Oct, 2020 1 commit
-
-
chicm-ms authored
-
- 19 Oct, 2020 4 commits
-
-
chicm-ms authored
-
SparkSnail authored
-
liuzhe-lz authored
-
HeekangPark authored
Co-authored-by:liuzhe-lz <40699903+liuzhe-lz@users.noreply.github.com>
-
- 10 Oct, 2020 1 commit
-
-
chicm-ms authored
-
- 28 Sep, 2020 2 commits
-
-
dependabot[bot] authored
-
dependabot[bot] authored
Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 1.15.2 to 1.15.4. - [Release notes](https://github.com/tensorflow/tensorflow/releases) - [Changelog](https://github.com/tensorflow/tensorflow/blob/master/RELEASE.md) - [Commits](https://github.com/tensorflow/tensorflow/compare/v1.15.2...v1.15.4 ) Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
- 23 Sep, 2020 1 commit
-
-
Tab Zhang authored
-
- 21 Sep, 2020 3 commits
-
-
Ningxin Zheng authored
-
J-shang authored
-
J-shang authored
-
- 20 Sep, 2020 1 commit
-
-
Mingyao Li authored
*
🚧 fix spos always affine=False bug; change workers from to 4 to avoid dali breaking out; add dump_checkpoint to save the result searched by scratch.py *🐛 fix bug of import os Co-authored-by:limingyao <limingyao@ainirobot.com>
-
- 18 Sep, 2020 1 commit
-
-
Junwei Sun authored
* New Crowdin translations by Github Action * remove removed files in en_US Co-authored-by:Crowdin Bot <support+bot@crowdin.com>
-
- 15 Sep, 2020 1 commit
-
-
liuzhe-lz authored
* compression support tf sequential * minor fix * move helper functions to Compressor method Co-authored-by:liuzhe <zhe.liu@microsoft.com>
-
- 24 Aug, 2020 5 commits
-
-
liuzhe-lz authored
* draft * fix bug * add ut * fix typo * skip tfv1 ut environments Co-authored-by:liuzhe <zhe.liu@microsoft.com>
-
Ningxin Zheng authored
* fix bug * update * Remove the unnecessary debug info. Signed-off-by:
Ningxin <Ningxin.Zheng@microsoft.com> * fix pylint errpr * log the final sparsity config. * fix pylint * Fix typo and remove todo. Signed-off-by:
Ningxin <Ningxin.Zheng@microsoft.com>
-
Yuge Zhang authored
* Refine NAS benchmark docs and examples * Improve docs of NAS benchmark
-
Junwei Sun authored
-
Tab Zhang authored
-
- 13 Aug, 2020 1 commit
-
-
chicm-ms authored
-
- 12 Aug, 2020 2 commits
- 11 Aug, 2020 1 commit
-
-
Guoxin authored
-
- 31 Jul, 2020 1 commit
-
-
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:Yuge Zhang <scottyugochang@gmail.com>
-
- 27 Jul, 2020 1 commit
-
-
Tab Zhang authored
-
- 16 Jul, 2020 1 commit
-
-
SparkSnail authored
-
- 08 Jul, 2020 1 commit
-
-
Junwei Sun authored
-
- 07 Jul, 2020 3 commits
-
-
Yuge Zhang authored
-
gxiaotian authored
-
SparkSnail authored
-
- 06 Jul, 2020 1 commit
-
-
gxiaotian authored
-