Sorry, I was actually able to fix it (using 1.1.3) not sure what was the problem 😄
JitteryCoyote63 , Hi 🙂
I'm having a bit of trouble understanding. Can you give a concise example of before VS after?
Hi, I recently updated my clearml to 1.1.2 and a code that was working before now behaves completely differently:
I am using the following to log debug samples:epoch = engine.state.epoch # pytorch-ignite for i in range(len(model_output)): logger.report_matplotlib_figure(dataset_name, f"{i}_preds", epoch, fig, True)
Before updating to 1.1.2, it was behaving as the following: Metric was the dataset name, each image from the batch was logged as with the name {i}_preds
Now, the Metric are 3d projection/1
from /1 to /55, each image is named plot image
(see image) - Is there anything that changed in the library?
Sorry, I was actually able to fix it (using 1.1.3) not sure what was the problem 😄
JitteryCoyote63 , Hi 🙂
I'm having a bit of trouble understanding. Can you give a concise example of before VS after?