Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 666 Bytes

File metadata and controls

16 lines (10 loc) · 666 Bytes

Nomad Mindspore Integration for hyperparameter optimization


Goal

Batch integration of Nomad blackbox optimization solver with Mindspore for hyperparameters tuning.

CifarTraining: code for training/testing ResNet50 on Cifar10 with GPU in parallel or not

ImageNetTraining: code for training/testin ResNet50 on ImageNet with GPU in parallel or not.

ResNet50-Cifar10_Optim: conduct hyperparameters tuning. Efficiency goes from 90% to 94%.

ResNet50-ImageNet_Optim: conduct hyperparameters tuning.

PanguAlpha-Nomad: Not yet available