_metadata
TOC
- Functions:
- 🅵 add_hyperparams - add/set hyperparams to current run, the added hyperparams will show in frontend
- 🅵 set_run_name - set the name of current run
Functions
🅵 add_hyperparams
def add_hyperparams(hparam: dict, name: str = None):
add/set hyperparams to current run, the added hyperparams will show in frontend
Parameters:
🅵 set_run_name
def set_run_name(name: str):
set the name of current run
Parameters:
- name (str): name of current run