I created credentials from my account, stored them as a k8s secret and they are reused whenever anyone from our ML team starts a new ML model training, which...
2 years ago
I have a question about clearml-data , from what I observed (I just started playing with it) it internally stores a compressed representation of a dataset. D...
2 years ago
I am using clearml pipelines and it happened to me that the pipeline has status running, some subtasks have status running, even though when clicking on the ...
2 years ago
I wanted to ask about K8s + clearml-agent integration. Details in the thread.
2 years ago
is there a slack integration with clearml so that after failed experimetns one can get notificatios? (I am on the pro plan)
2 years ago
I have noticed that for some people the repository discovery stores github repo in the form: https://github.com/ ... while for others git@github.com:... Inte...
2 years ago
is clearml able to intercept (automatically) metrics gathered via torchmetrics.MetricTracker ?
one year ago
probably there is a dangling symlink in the repo I am using
2 years ago
what is the difference between connect_configuration and set_configuration ? (similarly connect vs set_parameter )
2 years ago
Can you please point me to documentation of cron jobs in clearml?
2 years ago
can I get in Python the name of the person who created a given task by calling some method of a task?
2 years ago
If I create a task using Task.create and then in a separate piece of code I want to report to it (by using Task.get_task(task_id) ), can I still use the auto...
2 years ago
In my requirement.txt file I have modules installed from the same repository, i.e., I have lines such as: -e ../../nomagiclib/algorithmsTask.add_requirements...
2 years ago
probably because of symlinks, which are present in the repo, do you have any suggestion on how to handle the symlinks?
2 years ago
I am creating clearml tasks using clearml.Task.init, for some reason clearml started reusing (and overwriting) old tasks, previously it did not do so. ClearM...
one year ago
I have a problem with clearml-agent, the agent is cloning repository, but when executing this command: shutil.copytree(Text(cached_repo_path), Text(clone_fol...
2 years ago
I am using pipelines (just starting) and I am checking different options for overriding parts of configuration of the base task (step of my pipeline). In the...
2 years ago
another question, can I start a clearml-agent inside a docker container (part of a pod on a k8s-cluster), and this agent would then pull tasks from a queue, ...
2 years ago
@<1523701205467926528:profile|AgitatedDove14> some time ago I wrote a simple glue code to spin slurm workers (clearml agents) when there are tasks enqueued. ...
2 years ago
I have a problem with clearml today, it seems to be waiting for something (not sure for what) and writing to the console "clearml.model - INFO - Selected mod...
one year ago