can you try with the latest? pip install clearml==1.1.4
?
clearml 1.1.3
clearml-agent 1.1.1
tensorboard 2.6.0
tensorflow 2.6.0
Hi MotionlessMonkey27 ,
first, I’m getting a warning:
ClearML Monitor: Could not detect iteration reporting, falling back to iterations as seconds-from-start
This simply indicated your task did not start reporting metrics to the server yet. Once reporting started, it will go back to iterations-based.
Also, ClearML is not detecting the scalars, which are being logged as follows:
tf.summary.image(‘output’, output_image, step=self._optimizer.iterations.numpy())
or
for key, value in metrics.items():
tf.summary.scalar(key, value, step=self._optimizer.iterations.numpy())
which version do you use? clearml and TF, TB