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
13.88k stars 1.81k forks source link

Speedup bugfix: _output_randomize error #5752

Open saravanabalagi opened 3 months ago

saravanabalagi commented 3 months ago

Description

When NoMaskUpdater direct_update_process is run with collect_garbage_values set to True, it leads to an error on the line containing _output_randomize which should be referring to the attribute output_randomize.

Fixes #5631