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
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
Hey all. Question about the bucket config for clearml. Is it possible to have two buckets in the config? We have partners in EU and US, and due to data gover...
4 years ago
When using PipelineControler is there a way to execute locally? Or must I use a queue?
4 years ago
Is it possible to launch a clearml-task from the command line to a remote machine while loading a local .env file as a configuration object?
4 years ago
Question: has anyone done anything with Ray or RLLib, and ClearML? Would ClearML be able to integrate with those out of the box? https://medium.com/distribut...
4 years ago
Hi! I'm currently saving a dataframe with predictions inside the task. To do so, I save a dataframe as pickle file in /tmp/predictions_dataframe.pkl , and th...
4 years ago
Hi, not sure if I'm doing something wrong or I found a bug. When I try to overwrite some parameters in a cloned task using get_parameters and set_parameters ...
4 years ago
Last reminder for our first community talk! We'll be discussing our latest feature - ClearML Apps! We'll also review the new ClearML Roadmap and have a Q&A S...
4 years ago
How come I use logger.report_matplotlib_figure and get as a result a plotly figure??? O_O
4 years ago
Is it possible to add a callback for a pipeline from a step?
4 years ago
And if we're already announcing stuff, We'll be releasing a monthly roadmap! 🎉 This should help improve the visibility of our efforts and let you chip in wi...
4 years ago
Hello This is a reminder that we're having our first community talk tomorrow! We'll be discussing our latest feature - ClearML Apps! We'll also review the ne...
4 years ago
Hello, I have another, hopefully minor question. What is the recommended way of checking if a code segment is running as a part of a Task or not? I tried che...
4 years ago
I have another pipeline-related question. In a pipeline controller Task, I would like to add several steps that are based on the same base Task (I'm passing ...
4 years ago
Hello! Is it possible to run pipeline controller Tasks locally, similar to regular Tasks that run locally by default if task.execute_remotely() is not set?
4 years ago
Hi, is there any code examples of how DataOps is being established? https://clear.ml/products/clearml-dataops/
4 years ago
hi there, executing remotely, the script i'm running the clearml task from, has an import command for a module located in a different repository, but when ru...
4 years ago
I've setup my own clearml server. Only problem is, I can't seem to find where the credentials are. I've attached a screenshot.
4 years ago
When a transitive dependency is optional, how do we make sure the task detects it? In my case, I have a task that reads excel file using pandas which needs x...
4 years ago
Hi, I have started to receive the following error message: "clearml_agent: ERROR: Instance with the same WORKER_ID is already running" I believe this happens...
4 years ago
Hi, I'd like to know if there is a way to include a process like AWS Autoscaler and its configurations inside the clearml helm chart. My goal is to automatic...
4 years ago
Is there a case-study or ref. architecture for interacting with CI/CD i.e. exposing mature pipelines to be triggered upon code pushes (taking latest git hash...
4 years ago
Is there a reference implmentation for a task in a pipeline that awaits user input?
4 years ago
Hi, I am catching up with http://clear.ml for stuff beyond exp. tracking, and have a few questions. Will ask them separately to allow threading:
4 years ago
Another simple query guys. I've installed clearml on ubuntu. However, it says command not found when i run any command with clearml . I feel like it might be...
4 years ago
Hey - is there a known issue with tf.summary.image not being logged when there's a 'description' argument?
4 years ago
Any pointers on running gpu tasks with k8s glue?
4 years ago
When i create clearml-dataset from the cli, I get an id. The same doesn't happen when I use the Python API. is there any way to get the ID in python?
4 years ago