Yuge Zhang
Yuge Zhang
Try this: ```python import nni nni.set_default_framework('none') ``` This will remove the default behavior to import pytorch-related dependencies.
That's a good suggestion. Will try to improve that in next iteration.
What is your search space? If it only contains LayerChoice and InputChoice, you can directly use the latest strategy.Proxyless(). Please note that the ProxylessNAS before v2.8 is known to be...
/azp run integration test - local - linux
/azp run integration test - remote - linux to linux
/azp run integration test - local - linux
I just realized that the architecture parameters might not be synchronized across devices because of the hacky `parameters()`. This needs to be checked. However, this might be caused by another...
Bumped to cuda 10.2. Release is coming. Please be a little more patient.
> What will happen if the search space is exhausted? HPO has a dedup util: https://github.com/microsoft/nni/blob/master/nni/common/hpo_utils/dedup.py It will give up the dedup, and fallback to the original "un-dedup" process. I...
I think much effort is desired for the changes to be acceptable to upstream, which is why I didn't do it (couldn't recall many details though). But I'm glad that...