Unanswered
How Can I Use The Python Sdk To Access 2 Tasks That Live In Different Clearml Hosts? I Want To Do This In 1 Python Script. Currently I Can Set A Session To The Host Of The First Task, But The Environment Variables Are Caching Somewhere So I Cannot Access
Hi @<1889122160853651456:profile|StoutArcticwolf12> , try adding this before the second set_credentials() :
from clearml.backend_interface.base import InterfaceBase
InterfaceBase._set_default_session(None)
23 Views
0
Answers
21 days ago
20 days ago