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 4e2e75a commit 88cfb38Copy full SHA for 88cfb38
src/fmcore/framework/_metric.py
@@ -123,7 +123,7 @@ def _pre_registration_hook(cls):
123
@model_validator(mode="before")
124
@classmethod
125
def _metric_convert_params(cls, params: Dict):
126
- # print(f'Metric params: {params}')
+ 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