Closed scarlett2018 closed 1 year ago
nas.nn
(1 week)
optimize_mode
(1 day)Known bugs to be fixed:
Example: https://github.com/ultmaster/nni/tree/nas-nn-refactor/examples/nas/hub Define a custom model space (prefer not CNN), randomly choose some strategies.
Web UI
[x] Unify max/min buttons (1 week) ~11.8~ 11.10
[ ] New design for overview page (1 week) 11.19
[x] main
[x] nav bar 12.2
[x] Fix some bugs
[ ] (2 weeks total)
- [ ] Show cluster info
- [ ] Select all & select none
- [ ] Export trials to CSV
- [ ] Hide trials from chart
Known bugs to be fixed:
@ultmaster
@J-shang
reuse_mode
now defaults to False
; setting it to True
will fallback to v2.x remote training servicehttps://github.com/microsoft/nni/issues/5531 √ https://github.com/microsoft/nni/issues/5477 https://github.com/microsoft/nni/issues/5464 https://github.com/microsoft/nni/issues/5452 https://github.com/microsoft/nni/issues/5418 https://github.com/microsoft/nni/issues/5263 √ https://github.com/microsoft/nni/issues/5253 √ https://github.com/microsoft/nni/issues/5239 https://github.com/microsoft/nni/issues/5192 √ https://github.com/microsoft/nni/issues/5046 https://github.com/microsoft/nni/issues/5097 √ https://github.com/microsoft/nni/issues/5090 √ https://github.com/microsoft/nni/issues/5202 √ https://github.com/microsoft/nni/issues/5104 √ https://github.com/microsoft/nni/issues/5064 √
nni.retiarii
is no longer maintained and tested. Please migrate to nni.nas
.
nni.nas.nn.pytorch.ModelSpace
, rather than use @model_wrapper
.nni.choice
, rather than nni.nas.nn.pytorch.ValueChoice
.nni.nas.experiment.NasExperiment
and NasExperimentConfig
, rather than RetiariiExperiment
.nni.nas.model_context
, rather than nni.nas.fixed_arch
.freeze()
and simplify()
APIs.nni.choice
, nni.uniform
, nni.normal
and etc.MutableModule
, ModelSpace
and ParamterizedModule
.nni.contrib.compression
.
input
, ouptut
and any registered paramters.granularity
in pruners.Evaluator
to handle training/inferencing.granularity
in quantizers.nni/examples/compression
]()
nni/examples/compression/evaluator
nni/examples/compression/pruning
nni/examples/compression/quantization
nni/examples/compression/fusion
Hi,
The instruction was - "Use nni.nas.model_context, rather than nni.nas.fixed_arch".
However I am getting error for 2.10 version -,
import nni.nas.model_context Traceback (most recent call last):
File "C:\Users\ADMIN\AppData\Local\Temp\ipykernel_14148\1503585595.py", line 1, in
ModuleNotFoundError: No module named 'nni.nas.model_context'
I checked that nni.nas has NOT got any module named model_context in either v2.10 or v3.0. Please help.
Thanks
Hi,
The instruction was - "Use nni.nas.model_context, rather than nni.nas.fixed_arch".
However I am getting error for 2.10 version -,
import nni.nas.model_context
Traceback (most recent call last):
File "C:\Users\ADMIN\AppData\Local\Temp\ipykernel_14148\1503585595.py", line 1, in
import nni.nas.model_context
ModuleNotFoundError: No module named 'nni.nas.model_context'
I checked that nni.nas has NOT got any module named model_context in either v2.10 or v3.0. Please help.
Thanks
Dup of #5585
Release manager: @liuzhe-lz Release start date: 10.31 Feature freeze date (at most 30 days):
2.102.20 Code freeze date & first package:2.172.242.28 Tutorial freeze:2.243.3 Release date (3 weeks since feature freeze):3.33.10Misc