Hi, is there a command i can use to generate a report that can Give a list of user accounts created Their activity levels
4 years ago
Related to my above thread, I think there is some more customization that needs to be supported to use docker mode properly for different use-cases. It seems...
4 years ago
Also, since this Slack workspace only allows searching up to 10,000 messages, useful information will be lost overtime. It’s been very useful for me personal...
4 years ago
I have a question. I'm struggling with setting up my own ClearML server. I think i've got it up and running but not sure how to send clearml-task to my own s...
4 years ago
Hi everybody, Where can I find the documentation about the new TaskScheduler feature?
4 years ago
Is there any way to, like, load-balance automatically? Like, on the user end can I just specify an amount of GB I think I will need, and it goes and picks a ...
4 years ago
Is there an example of how to use standalone mode? As in, if the packages, venv and git repo will be provided by the user, will they still get tracked in the...
4 years ago
Hi guys, do you support pipenv and Pipfile.lock as deps list instead of requirments.txt?
4 years ago
I must compliment the Python level and documentation level in the source code is superb, I love reading it 😄 Even though I love reading it, is there anywher...
4 years ago
and an explicit question: When using Task.get_tasks how do I filter by specific parameters? For example I have a script that accepts as a command line argume...
4 years ago
Hi, When executing remotely, is it possible to provide a requirements.txt? I am sending my script from a windows pc to a linux machine so some of the sys rel...
4 years ago
Hi, We're hosting ClearML on our k8s cluster, and I'm running into problems with it... I've set it up in a subdomain way - app/files/api.clearml.mydomain... ...
4 years ago
So, a new question 🙂 I get a message: clearml.log - WARNING - failed logging task to backend (2 lines, <500/4: events.add_batch/v1.0 (Critical server error!...
4 years ago
There is some specificity with the way we setup our environment at my company that prevents me from using the full features of clearml-agent and forces me to...
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
Any pointers on running gpu tasks with k8s glue?
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
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
Is there a reference implmentation for a task in a pipeline that awaits user input?
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
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
I’m running the clearml agent in standalone mode but it still installs the virtual env, is that the expected behavior? clearml-agent daemon --queue venv_queu...
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
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
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
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
Hi, is there any code examples of how DataOps is being established? https://clear.ml/products/clearml-dataops/
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! I am currently using clearml (with remote execution), to train an object detection model with https://github.com/facebookresearch/detectron2 . It was wor...
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