Hi all, is there a way to know during runtime if the code is running in remote using the clearml-agent or if it is running locally?
3 years ago
How many people are actually working at AllegroAI/on ClearML?
4 years ago
hey, how do I use local files as dependencies? I have several tasks that I want to run in the pipeline, so optimally I would use tasks from functions. Can I ...
2 years ago
Hi guys, I want automate the clearml-init in a docker container. Ideally I would do this by having the clearml.conf file in the container and then read in en...
4 years ago
can I get in Python the name of the person who created a given task by calling some method of a task?
3 years ago
Hi there! I'm trying to understand how the trains-server works. So I have a few questions. 1. For a linux deployment, we need to use docker-compose which run...
5 years ago
Hello, I have an error while installing git dependencies of local package: So far I used task. update _requirements(“[.]“) with my local package referencing ...
4 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
Hi, having issues uploading a large dataset ~130 GB. It is a single file, the upload gets stuck on compression for hours is there anyway to skip it? Smaller ...
one year ago
Hello, Is there a time limit for pending tasks in a queue? (Let's say I put a task in a queue and it is not enqueued. Will it be aborted / failed after a whi...
3 years ago
is there any examples for creating pipelines for deeplearning project
2 years ago
Hey Need small help.
2 years ago
👋 Hi everyone! We’re facing an issue where ClearML workloads run successfully on our Kubernetes cluster (community edition), but never utilize the GPU — des...
4 months ago
Hi, I'm having trouble creating my experiment environment in the clearml-agent worker. I have a set of dependencies which are hard to setup, so I opted to wo...
4 years ago
How can I extend a dataset? On community edition I have an existing dataset, I want to add some files and make a new version. I tried just doing a Dataset()....
2 years ago
in task.init I got the folloing errror message -- "Retrying (Retry(total=239, connect=239, read=240, redirect=240, status=240)) after connection broken by 'C...
2 years ago
Hello, I want to report a confusion matrix with the values fig = plotly.express.imshow( matrix, labels={'x': "Predicted", 'y': "True"}, x=['0', '1'], y=['0',...
3 years ago
Hi there, I moved my ClearML server from US to EU and now I am trying to setup the AWS autoscaler with the different architecture that I have now. So far I u...
4 years ago
A suggestion to add task_name parameter to InputModel.__ init__ . As for now I can search by project name and model name, but what if I had 2 models within t...
3 years ago
Hi, quick questions: - Do you think it is good idea to have two different clearml servers - one per dev environment and one per production environment? - Do ...
2 years ago
Hello all! please tell me how to make it so that clearml does not write new tqdm updates every 20 seconds from a new line? as a result, the logs of one launc...
2 years ago
Hi, Is it possible to resume an experiment that stopped unexpectedly, by using a checkpoint of the model?
5 years ago
I am starting to use clearml-data, and I have a feature request - add a progress bar for the upload phase / log which files are uploaded / add upload speed C...
4 years ago
Is it normal for the agent to just give 0 output when run in docker? At most it gives me "Using environment access key...." But it's not pulling tasks from a...
2 years ago
Hi again, from the API-Server logs Serving Flask app 'server' (lazy loading) * Environment: production WARNING: This is a development server. Do not use it i...
3 years ago
and i don’t know what should i do , Is that what happened to other people?
4 years ago
Hey, guys, following my previous post, I managed to fix several problems I had. It seems a little left to get things working. My problem now is I get this er...
2 years ago
Is there a way to add a free-text field to a Task, e.g. a human readable description of what the user trained?
3 years ago
A question about ssh keys mount to a clearnl-agent running in docker mode. I noticed that only when the task is created and enqueued (using python script), t...
3 years ago