Hello, I’m using Dataset.get_local_copy to get the data in the machine. Everything works nicely except when there are two different users running the get_loc...
2 years ago
Hello, I’m integrating ClearML into my training code to track experiments. I see that ClearML logs automatically the python env in the “installed packages” s...
2 years ago
Hello, I’ve enabled the web authentication for my ClearML server and I’m wondering whether there’s a way to avoid restarting all the ClearML services every t...
2 years ago
Is there a way to retrieve the debug samples logged by ClearML (or at least retrieve their s3 links) via the python API?
2 years ago
logger = Logger.current_logger() logger.report_media( title="test", series="audio", local_path="/path/to/file.wav", iteration=1, max_history=-1 )Hello 🙂 I’m...
2 years ago
Hello, is there a way to get the list of available variants for a metric via the API?
2 years ago
Hello, I’m trying to log (via task.connect() ) a dictionary of the exp parameters. As I understood it, ClearML supports only builtin types, but I’m getting t...
2 years ago