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 0479b7e commit 540ee6aCopy full SHA for 540ee6a
src/fmcore/framework/_metric.py
@@ -123,6 +123,7 @@ def _pre_registration_hook(cls):
123
@model_validator(mode="before")
124
@classmethod
125
def convert_params(cls, params: Dict):
126
+ print(f'Metric params: {params}')
127
params["params"] = super(Metric, cls)._convert_params(cls.Params, params.get("params"))
128
params["name"] = cls.class_name
129
if "value" in params:
0 commit comments