Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ChenWu98/cycle-diffusion
/ get_evaluator
Function
get_evaluator
utils/program_utils.py:12–13 ·
view source on GitHub ↗
(evaluator_program)
Source
from the content-addressed store, hash-verified
10
11
12
def
get_evaluator(evaluator_program):
13
return
importlib.import_module(
'evaluation.{}'
.format(evaluator_program)).Evaluator
14
15
16
def
get_visualizer(visualizer_program):
Callers
2
main
Function · 0.90
evaluate
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected