Hi TimelyPenguin76
No errors with this new version!
GiganticTurtle0 can you try with 1.1.4rc0
version? pip install clearml==1.1.4rc0
Great, thank you very much TimelyPenguin76
Thanks GiganticTurtle0 , I was able to reproduce it, a fix will be out shortly, will keep you update about it in this thread
Sure, here is a trivial example:from clearml import Dataset dataset = Dataset.create(dataset_name="Dataset_v1.1.3", dataset_project="Mocks") dataset.finalize() loaded_dataset = Dataset.get(dataset_id=dataset.id)
Hi GiganticTurtle0 ,
Can you send a small example how can I reproduce this issue?