Hello hello! I recently started trying out clearml for experiment tracking, thanks devs for the beautiful product! I can across an issue that I couldn't resolve despite checking documentation/googling so thought would ask here for help:
I am logging artifacts, specifically pandas dataframes using the report_table()
function and the table shows up in the ClearML UI in the Plots tab. But I can't seem to figure out how to access the logged dataframe for previous iterations - I only see the dataframe from the latest iteration, and if one training epoch finishes, the dataframe is updated in the UI and I can't go back to the previous one that I was analysing, Is accessing plots/tables for earlier iterations supported? Can one enable it somehow?
Best,
Anshuman