MCPcopy 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
12def get_evaluator(evaluator_program):
13 return importlib.import_module('evaluation.{}'.format(evaluator_program)).Evaluator
14
15
16def get_visualizer(visualizer_program):

Callers 2

mainFunction · 0.90
evaluateMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected