We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0089720 commit 1657e0eCopy full SHA for 1657e0e
azimuth/modules/perturbation_testing/perturbation_testing.py
@@ -59,6 +59,8 @@ class PerturbationTestingModule(DatasetResultModule[PerturbationTestingConfig]):
59
"""
60
61
required_mod_options = {"pipeline_index"}
62
+ # This module doesn't call self.get_model() but requires the model (predict_task.compute(batch))
63
+ # TODO Find a more robust way to determine when modules require models.
64
worker = Worker.model
65
66
def __init__(
0 commit comments