Dummy TaskPool¶
The DummyTaskPool
is used for debugging purposes.
It inherits from the base TaskPool
class.
Reference¶
DummyTaskPool
¶
Bases: BaseTaskPool
This is a dummy task pool used for debugging purposes. It inherits from the base TaskPool class.
Source code in fusion_bench/taskpool/dummy.py
evaluate(model)
¶
Evaluate the given model. This method does nothing but print the parameters of the model in a human-readable format.
Parameters:
-
model
¶The model to evaluate.