SoreDragonfly16 Hi, what is your usage when saving/loading those files? You can mute both the save/load messages but not each one separately.
Also, do you see all these files as input models in UI?
SoreDragonfly16 You can disable this with the following argument in task.init() - auto_connect_frameworks=False for example:task = Task.init(..., auto_connect_frameworks={'pytorch': False})
You can refer to this documentation for further reading at this https://clear.ml/docs/latest/docs/references/sdk/task#taskinit 🙂
CostlyOstrich36 Yes, I see all these files as models in the UI. These files are the data for training my model. I want to mute all these messages.
Thanks CostlyOstrich36 . As I understand, I should set is to False
, right?