You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
usability: user-friendly error msg (e.g. detect un supported tf operations at early stage, check all objects in defined model are decorated objects before search starts and report errors early etc.) Nano HPO: user-friendly error reporting #4877
usability: visualization tools
usability: do not expose optuna configurations to end-user (e.g. in search/search_summary)
enhancement: [PyTorch] allow different params (e.g. batch size, max_epochs) for search and fit.
usablity: should allow tuning normal keras model (e.g. using layers from tf.keras.layers, etc.) if user do not want to search model architecture. Nano HPO: allow normal keras model tuning #4871
enhancement: [TF] allow search spaces in fit arguments (e.g. batch size
usability: use the same decorator for tensorflow and pytorch model "@model" instead of "@tfmodel" "@plmodel"
usability: allow using bigdl.nano.tf.keras.layers.xxx in either hpo disable or enable scenario. (so that user doesn't have to change imports each time they disable/enable hpo)
enhancement: [TF] allow search spaces in compile arguments (e.g. learning rate in optimizer)
enhancement: infer learning rate and batch size search spaces by default
Design of HPO is described in issue #3712 (tensorflow) and issue #3925 (pytorch).
Below table summarized major functions and corresponding PR.
A list of more detailed functions and future TODOs.
model.summary
beforemodel.search
w/ search space defined #4873max_epoch
inTrainer.search
does not take effect (pytorch) #4876The text was updated successfully, but these errors were encountered: