I have a task which I reported a table to - how do I access this table through code? The clearml Task object attribute "artifacts" is empty
3 years ago
Am I doing something wrong or is should I open an issue about it (bug?)? I'm using the logger.report_plotly method to visualize a custom plot. Using the exac...
3 years ago
Question, when using PipelineController.add_step and specifying a task name + project, if the task + project combinations have multiple runs, which one will ...
3 years ago
I want to use the PipelineController which assumes a task already been executed and as ready as template. I never executed the task before and it is a very l...
3 years ago
Sorry for the bombarding with errors.. but here comes another one 🙂 I have torch installed locally (through the transformers library) and when sending it to...
4 years ago
Question about pipelines - so the default for pipeline tasks that are executed remotely is to execute on the services queue. Assuming I want only ONE agent l...
2 years ago
Question about the configuration format - I'd like to parse it within my Python code so I'll be able to access things like google.storage.containers programa...
4 years ago
to a private repo obviously
2 years ago
Is there any API reference? Somewhere in the docs I can see the signature of methods/classes and see what arguments they accept and description? Before I'm r...
4 years ago
Why would the Mongo4 migration scripts (for clearml-server 1.2) try to chown 1000:1000?
2 years ago
(no menu on top or side)
3 years ago
Is there a robust way (using the SDK and not the UI) to add tags to Task regardless of where it is executed?
2 years ago
Question about the trains agent and the git credentials When setting a trains agent, it is possible to configure git credentials for it and I'm trying to fig...
4 years ago
(without having to execute it first on Machine C)
4 years ago
When using the marketplace AMI - what is the diference between "Launch from website" vs "Launch through EC2"?
3 years ago
Is there a way to programatically access the tasks a PipelineController launched? I have the clearml.Task object in hand and I wonder how to access all the t...
3 years ago
A suggestion. Sometimes newcomers that join an existing project that uses ClearML forget to configure their ClearML for the organization's server resulting i...
3 years ago
Question about the usage of trains agents. In our company we have 3 HPC servers, two of them have multiple GPUs, one is CPU only. I saw in the docs the multi...
4 years ago
Is there a way to run a pipeline ( PipelineController ) without using a clearml-agent ? I can't get it to work with the agent, since the task requirements is...
3 years ago
Is it possible to view the actual code of a task? As in the script that created the task?
4 years ago
What's going on with the documentation site?
3 years ago
How would I go downloading a table that I have reported using logger.report_table ? In the UI downloading it as a JSON downloads it a in a weird format which...
3 years ago
Question about using agents. When initializing an agent, credentials are required. As I see it, credentials is something personal, which belongs to data scie...
4 years ago
How do I get access to uploaded artifacts (not registered)? I see I can find their URL using Task.get_task(...).artifacts and then use StorageManager to down...
3 years ago
Getting a super weird error. Everything works fine on local, when trying to run on remote, getting this error failing to apply the git diff could not apply d...
4 years ago
Is there an option to separate the storage from the server? e.g. deploying my trains server on some light machine, and confguring the storage to be AWS S3 or...
4 years ago
Where can I find a more extensive documentation of serving? I'm looking for How to write pre + post processing callbacks for inference and statistics Manual ...
2 years ago
What is being stored exactly in tmp by the clearml agent? I have a process that cleans the /tmp each day, and I now get messages like clearml_agent: ERROR: C...
2 years ago
How come I use logger.report_matplotlib_figure and get as a result a plotly figure??? O_O
3 years ago
When using PipelineControler is there a way to execute locally? Or must I use a queue?
3 years ago