get_graph_tester_hpo_config¶
- pybind11_ke.config.get_graph_tester_hpo_config() dict[str, dict[str, Any]][源代码]¶
返回
GraphTester的默认超参数优化配置。默认配置为:
parameters_dict = { 'tester': { 'value': 'GraphTester' }, 'prediction': { 'value': 'all' }, 'use_gpu': { 'value': True }, 'device': { 'value': 'cuda:0' }, }
- 返回:
GraphTester的默认超参数优化配置 :rtype: dict[str, dict[str, typing.Any]]