When I do Task.init() and then a execute_remotely(), the task is being Aborted rather than be in Draft. Am I missing something?
4 years ago
Is it possible to add a callback for a pipeline from a step?
4 years ago
Any pointers on running gpu tasks with k8s glue?
4 years ago
Similar question but when running a pipeline, can I control the tags that the tasks a pipeline creates? add_pipeline_tags adds tags from pipeline to the task...
4 years ago
Collecting click Using cached click-8.0.1-py3-none-any.whl (97 kB)And then: ERROR: typer 0.3.2 has requirement click<7.2.0,>=7.1.1, but you'll have click 8.0...
4 years ago
Has anyone done this exact use case - updates to datasets triggering pipelines?
4 years ago
Currently clearml-agent in services-mode supports cpu only configuration. Any particular reason for this limitation? Any inputs on what’s needed to do this i...
4 years ago
Is it not possible to add artifacts to a completed task?
4 years ago
I am not familiar with pytorch, but is it expected that so many “models” are created? These are being repeated as well for a single task (this is training a ...
4 years ago
Can someone confirm if docker_setup_bash_script works with k8s integration? Doesn’t seem to for me, and wanted to confirm if I was doing something wrong.
4 years ago
Is it possible to do additional setup (the extra_bash_init_script , container_bash_script etc per task? Say a task requires a system package, install it befo...
4 years ago
Is there a way I can create a dataset as part of a pipeline and be able to see that this dataset came from this pipeline / task ?
4 years ago
Sorry folks too many questions - if i have a project (and i set the output uri in it while creating, to a s3 folder) how can i ensure that a experiment (task...
4 years ago
Wondering how the services to access can be setup
4 years ago
Anyway to make a job fail if the required python version (3.7 vs 3.8 for example) is not available in the agent?
4 years ago
When I clone a task, is there a way to set parameters that override rather than replace? As in, original task parameters is param1 = {“a”: 1, “b”: 1} Can I s...
4 years ago
Anyone doing sagemaker with Clearml - something like the k8s glue but the tasks are pulled into sagemaker training jobs
4 years ago
Off topic - Is there a slack / discord community for general ML discussions?
4 years ago
How do people generally handle moving from experimental mode with notebooks and then running pipelines for production training and beyond?
4 years ago
Looking at clearml-serving - two questions - 1, what’s the status of the project 2. how does one say how a model is loaded and served etc? For example, if i ...
4 years ago
Apart from having packages in requirements.txt, does clearml expect them to be actuall installed to add them as installed packages for a task?
4 years ago
Can I do these from a notebook? https://github.com/allegroai/clearml/blob/master/examples/pipeline/step2_data_processing.py
4 years ago
Is there an efficient way to query ALL unique models (ie excluding versions) in a project?
4 years ago
When using something like pdf2image which requires poppler (which can be installed with conda), how can I ensure that the task can run on an agent correctly?...
4 years ago
When using docker mode (and specifically k8s glue), what are the options for caching? One option is definitely having a base image that has the things needed...
4 years ago
Playing around with HPO for first time. I am giving this as hyperparameter: DiscreteParameterRange("General/num_iterations", values=[10, 20, 30]), Is it expe...
4 years ago
Are people using devcontainer + clearml-session?
4 years ago
How can I clone a task and execute_remotely the cloned task with exit_process=False. It currently kills the notebook kernel. If I say exit_process=False, it ...
4 years ago
When running an optimization task, it says warning parameter not found but works anyway. I guess it’s because it’s looking for General/param but ends up usin...
4 years ago
I saw some talk of ClearML + Kedro on reddit. Is that a good approach?
4 years ago