LudicrousDeer3 when using Logger you can provide 'iteration' argument, is this what you are looking for?
Hi LudicrousDeer3 , can you maybe provide a little mode details on your use-case?
so one graph with iteration numbers 0, 1, 2, … 16 and an other one with iteration numbers 0, 1, … 20000 in the same experiment
Hi LudicrousDeer3
It should not be a problem see iteration
argument in Logger.report_scalar
https://github.com/allegroai/clearml/blob/22d795f68f0175ba9511cabd444ea4dba464f3cd/examples/reporting/scalar_reporting.py#L19
https://allegro.ai/clearml/docs/rst/references/clearml_python_ref/logger_module/logger_logger.html?highlight=report_scalar#clearml.logger.Logger.report_scalar
idk one way would be to use to different loggers in one experiment if possible ?
to give some more context what I would like to do is to report two scalar values separately with different / in-depended iteration numbers on separate graphs