Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

NNI v0.8 Release

Compare
Choose a tag to compare
@xuehui1991 xuehui1991 released this 05 Jun 02:13
· 2363 commits to master since this release

Release 0.8 - 6/4/2019

Major Features

  • Support NNI on Windows for PAI/Remote mode

    • NNI running on windows for remote mode

    • NNI running on windows for PAI mode

  • Advanced features for using GPU

    • Run multiple trial jobs on the same GPU for local and remote mode

    • Run trial jobs on the GPU running non-NNI jobs

  • Kubeflow v1beta2 operator

    • Support Kubeflow TFJob/PyTorchJob v1beta2
  • General NAS programming interface

    • Provide NAS programming interface for users to easily express their neural architecture search space through NNI annotation

    • Provide a new command nnictl trial codegen for debugging the NAS code

    • Tutorial of NAS programming interface, example of NAS on mnist, customized random tuner for NAS

  • Support resume tuner/advisor's state for experiment resume

    • For experiment resume, tuner/advisor will be resumed by replaying finished trial data
  • Web Portal

    • Improve the design of copying trial's parameters

    • Support 'randint' type in hyper-parameter graph

    • Use should ComponentUpdate to avoid unnecessary render

Bug fix and other changes