microsoft / nni

An open source AutoML toolkit for automate machine learning lifecycle, including feature engineering, neural architecture search, model compression and hyper-parameter tuning.
https://nni.readthedocs.io
MIT License
14.04k stars 1.81k forks source link

NNI v3.0 preview iteration plan #5175

Closed scarlett2018 closed 1 year ago

scarlett2018 commented 2 years ago

Release manager: @liuzhe-lz Release start date: 10.31 Feature freeze date (at most 30 days): 2.10 2.20 Code freeze date & first package: 2.17 2.24 2.28 Tutorial freeze: 2.24 3.3 Release date (3 weeks since feature freeze): 3.3 3.10

Misc

liuzhe-lz commented 2 years ago

NAS

liuzhe-lz commented 2 years ago

Compression

Something

Common

Disillation

Pruning

Pruning speed up

liuzhe-lz commented 2 years ago

Fix Bug

HPO

NNI Manager

liuzhe-lz commented 2 years ago

Web UI

liuzhe-lz commented 1 year ago

Bug bash

NNI manager and HPO experiment

Known bugs to be fixed:

NAS

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.

Compression

Lijiaoa commented 1 year ago

Web UI

+1 update

Lijiaoa commented 1 year ago

+1 update

Known bugs to be fixed:

liuzhe-lz commented 1 year ago

Release Note

NAS

@ultmaster

Compression

@J-shang

Training Services

Web Portal

Lijiaoa commented 1 year ago

V3.0 Related issue

https://github.com/microsoft/nni/issues/5531https://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/5263https://github.com/microsoft/nni/issues/5253https://github.com/microsoft/nni/issues/5239 https://github.com/microsoft/nni/issues/5192https://github.com/microsoft/nni/issues/5046 https://github.com/microsoft/nni/issues/5097https://github.com/microsoft/nni/issues/5090https://github.com/microsoft/nni/issues/5202https://github.com/microsoft/nni/issues/5104https://github.com/microsoft/nni/issues/5064


https://github.com/microsoft/nni/issues/5143 try v3.0

matluster commented 1 year ago

NAS

J-shang commented 1 year ago

Compression

ShrutiSarikaChakraborty commented 1 year ago

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

ultmaster commented 1 year ago

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