get_transh_hpo_config¶
- unike.module.model.get_transh_hpo_config() dict[str, dict[str, Any]][源代码]¶
返回
TransH的默认超参数优化配置。默认配置为:
parameters_dict = { 'model': { 'value': 'TransH' }, 'dim': { 'values': [50, 100, 200] }, 'p_norm': { 'values': [1, 2] }, 'norm_flag': { 'value': True } }
- 返回:
TransH的默认超参数优化配置- 返回类型:
dict[str, dict[str, Any]]