Hi CrookedWalrus33 , metrics are considered as scalers, logs, plots, and the experiment objects themselves that are saved in the backend databases.
You must be reporting some very metric heavy experiments 🙂
CostlyOstrich36
Well, I doubt that it is the case in my situation.
Is there any API where I can get read the metrics per experiment?
Thanks CostlyOstrich36 .
What are considered as experiment objects?
the experiments themselves 🙂
Imagine if you have very large diffs or very large (several mb) configuration files logged into the system - this is sitting somewhere in the backend on a database
I did found this:
from clearml.backend_api.session.client import APIClient
client = APIClient()
client.events.get_task_metrics(tasks=['some_task_id'], event_type='log')
but it returns an empty 'metrics' object