Will the from clearml import Task
raise an error if no clearml.conf exists? Or only when actual features requiring to define the server (such as Task.init
) will be called
That would be v1.1.0 ( https://github.com/allegroai/clearml/releases/tag/1.1.0 )
I think import will not raise any error, but anything like Task.init()
will 🙂
Thanks SuccessfulKoala55 ! So CLEARML_NO_DEFAULT_SERVER=1 by default, right?