Problems with generating metrics

I have been trying to create a simple ML pipeline. On the evaluate stage I am creating the evaluation.json file that I state in the dvc.yaml → metrics: evaluation.json. However, when running dvc metrics show the terminal doesn’t output anything. Instead running dvc metrics show --json, yields an empty json. And whe running dvc metrics show -a -v, I get this:
2022-08-08 20:50:23,307 DEBUG: Analytics is enabled.
2022-08-08 20:50:23,344 DEBUG: Trying to spawn ‘[‘daemon’, ‘-q’, ‘analytics’, ‘/tmp/tmp6wqqs37o’]’
2022-08-08 20:50:23,346 DEBUG: Spawned ‘[‘daemon’, ‘-q’, ‘analytics’, ‘/tmp/tmp6wqqs37o’]’

Hi! Do you, by any chance call metrics from non-root dir?
We seem to have a problem with subdirs:

1 Like