Граф коммитов

2961 Коммитов

Автор SHA1 Сообщение Дата
Yuge Zhang 28da51a49a
Fix import error in Lightning (#5155) 2022-10-17 10:34:10 +08:00
Lijiaoa ec5f3e6325
improve nnictl import doc (#5147) 2022-10-14 17:21:30 +08:00
Louis-J f4d1c828b0
fix(speedup): make the tensor contiguous before randomizing (#5141) 2022-10-14 17:20:52 +08:00
Yuge Zhang e954774e7f
Fix the racing issue in RL strategy submit model (#5135) 2022-10-12 10:38:30 +08:00
Yuge Zhang aa98462da6
Dedup for evolution search (#5092) 2022-10-12 10:38:02 +08:00
QuanluZhang bcc640c4e5
[nas] fix issue introduced by the trial recovery feature (#5109) 2022-10-12 10:36:57 +08:00
Lijiaoa 87677df84b
fix issue 3549: Broken link on webui (#5154) 2022-10-12 10:35:33 +08:00
J-shang 7811307c24
[Test] fix compression ut (#5129)
* fix test often failed

* update

* fix lint
2022-09-19 10:39:35 +08:00
Yuge Zhang c88ac7b9c7
Merge pull request #5115 from ultmaster/cherrypick-v29
[DO NOT SQUASH] Cherry-pick commits from v2.9 branch
2022-09-09 16:33:57 +08:00
Peter Cotton 593eef7996
Update search_space.rst (#5116) 2022-09-09 16:33:07 +08:00
Yuge Zhang 68ec033114 Release note (v2.9) (#5114)
(cherry picked from commit dab51f799f)
2022-09-07 14:36:17 +00:00
Yuge Zhang b02f7afbb8 Fix missing docs (v2.9) (#5113)
(cherry picked from commit 8e17010c48)
2022-09-07 14:34:39 +00:00
J-shang b4365e0181
[Doc] update results (#5105) 2022-09-06 15:16:15 +08:00
Jiahang Xu ecd08f8f16
Refine DARTS tutorial docs (#5112) 2022-09-06 12:01:42 +08:00
Louis-J 55158b78f5
fix(bugbash): bugs in compression and speedup (#5108) 2022-09-06 08:11:22 +08:00
Yuge Zhang 5874c27fcd
Support loading supernet checkpoint in lightning (#5096) 2022-09-02 18:41:04 +08:00
Lijiaoa 79a51d41f2
[Ready for review] bug bash (#5098) 2022-09-02 18:40:39 +08:00
Maze e9ea18530a
Add official pretrained weights for Autoformer (#5100) 2022-09-01 13:21:23 +08:00
Peter Cotton 16c7f0d013
Update gradient_feature_selector.rst (#5099) 2022-09-01 10:23:41 +08:00
J-shang 262150e798
[Bugbash] fix some pruner bugs (#5093) 2022-08-30 08:28:23 +08:00
QuanluZhang d3e190c7c8
fix bug and add doc (#5088) 2022-08-30 08:27:12 +08:00
Yuge Zhang d6a4975524
NAS documentation improvements (v2.9) (#5077) 2022-08-30 08:26:42 +08:00
J-shang 808b065570
[Bugbash] update doc (#5075) 2022-08-30 08:26:18 +08:00
Yuge Zhang bb8114a4a6
Pin pylint < 2.15 (#5094) 2022-08-29 19:26:13 +08:00
Maze 9e2a069d0f
One-shot sub state dict implementation (#5054) 2022-08-29 15:21:32 +08:00
Lijiaoa d68691d065
update (#5087) 2022-08-26 18:21:35 +08:00
Louis-J e83fa17615
fix(speedup): remove the unsupported syntax in python 3.7: positional only arguments (#5084) 2022-08-26 17:06:48 +08:00
Xing 4cf680090f
Add Group Norm support for Pruning model (#5069) 2022-08-26 17:04:01 +08:00
yjjinjie 858daf9ff7
[dlc] add resource prepare support (#5065) 2022-08-26 17:02:48 +08:00
J-shang bbf54a8835
[Comporession] TransformersEvaluator (#5081) 2022-08-26 15:59:20 +08:00
Yuge Zhang 900be804b0
Use Random to generate experiment id (#5073) 2022-08-24 10:55:47 +08:00
Louis-J 0058fbc274
test(speedup): add tests for aten::split and aten::leaky_relu (#5070) 2022-08-24 10:55:09 +08:00
Yuge Zhang 792a0a9167
Run pipeline everyday regardless of code change (#5067) 2022-08-23 14:59:06 +08:00
Yuge Zhang bddaf36d75
Tutorial of searching in DARTS space (#5053) 2022-08-23 13:42:46 +08:00
Lijiaoa cbc6273ae8
fix bug and refactor tooltip component (#5062) 2022-08-18 12:58:56 +08:00
Louis-J 588f299b3f
feat(speedup): automatically convert op asts to callables (#4996) 2022-08-16 23:04:15 +08:00
J-shang b2c31ca27b
[Compression] Transformer pruning example (#5017) 2022-08-16 21:22:15 +08:00
Yuge Zhang 3eca23d519
Attempt to fix sqlite3 on Windows (#5068) 2022-08-16 11:55:04 +08:00
J-shang 5f57132790
[Compression] Evaluator - step 3 Tutorial (#5016) 2022-08-16 09:40:31 +08:00
Yuge Zhang f77db747d0
Enhancement of one-shot NAS (v2.9) (#5049) 2022-08-15 15:59:34 +08:00
Shudong Yang 125ec21ffd
Fix reusable k8s training service bug (#5045) 2022-08-15 10:37:51 +08:00
Yuge Zhang 9e8a0bf0be
Documentation of model space hub (#5035) 2022-08-15 10:01:46 +08:00
Yuge Zhang 81c9b9389d
Fix VM image builder on 1ES (#5060) 2022-08-15 09:49:31 +08:00
Yuge Zhang ac892fc764
Model space hub enhancements (v2.9) (#5050) 2022-08-12 16:57:09 +08:00
Yuge Zhang 802650ff30
Miscellaneous fixes of NAS (v2.9) (#5051) 2022-08-12 16:56:54 +08:00
J-shang cd98c48fde
[Compression] Improve bank sparse execution efficiency (#5033) 2022-08-11 09:57:49 +08:00
Weidan Kong d03c411c8e
[FEAT]: resume waiting/running, dedup on tuner side (TPE-only) (#4931) 2022-08-10 20:13:24 +08:00
QuanluZhang 2baae4d053
[Retiarii] support experiment view and resume (#4985) 2022-08-10 15:36:30 +08:00
Ningxin Zheng 97d067e614
Speedup enhancement (#4925) 2022-08-08 10:45:33 +08:00
Lijiaoa 4ab85d3d47
Show experiment error message and refactor function component props (#5029) 2022-08-08 10:43:17 +08:00