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...
5 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...
4 years ago
Is there an auto scaling solution for GCP users?
4 years ago
(no menu on top or side)
3 years ago
(without having to execute it first on Machine C)
5 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...
5 years ago
We are having the same issue as https://github.com/allegroai/clearml/issues/324 with no resolution... any ideas on how to solve this?
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...
4 years ago
Question about artifacts, dynamic vs static and their relationship to experiments Under https://allegro.ai/docs/concepts_arch/concepts_arch/ in the Artifacts...
5 years ago
(data is a bit different, but the plot is missing hte scale and the colors)
4 years ago
Guess we're back to basics How do I report a single scalar with no iteration dimension - something I can put as one of the columns in the experiments table?
4 years ago
So I decided to re-create my clearml server, I rm -r /opt/clearml and did all the steps again. Now my UI looks like this, any idea why?
3 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...
5 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 ...
3 years ago
I have to say I'm totally confused by the pipeline I want to execute the pipeline on my local computer. I followed https://github.com/allegroai/clearml/blob/...
4 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
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
Assuming I want to report to the same task from two different processes (running on different machines) - how would I do that? So I have some function foo th...
3 years ago
to a private repo obviously
3 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...
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...
4 years ago
Question, Lets say I'm Kaggling, as you might know some "Code Competitions" are restricted from internet access. In the general case, you might have some inf...
5 years ago
I have a data scientist constantly having the same problem. If she did not push his latest changes to git, she gets the following error Using cached reposito...
4 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
In order to use the AWS Autoscaling, with spot and without spot instances - should we create a custom policy with the associated IAM or will one of the two A...
4 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...
5 years ago
Inside an EC2 machine, using the trains-server AMI, I'm trying to launch my AWS Auto-Scaler service. When I enqueue the task to the services queue I get the ...
4 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...
4 years ago