Unanswered
Hi! How Can I Use The Clearml Sdk To Check Parameters Set In
Hi @<1788378337601654784:profile|DelightfulMosquito39> , you can use this:
from clearml.backend_api import Session
s = Session()
print(s.config.get("api"))
You can replace the api with sdk, or any other section in the configuration for example
from clearml.backend_api import Session
s = Session()
print(s.config.get("sdk"))
5 Views
0
Answers
5 days ago
5 days ago