Hi. I'm currently working on training a model, specifically fine-tuning from Segment Anything. I'm using remote training in ClearML, and I have three servers...
one year ago
Can steps be removed from pipelines, and/or can pipelines be generally modified other than adding steps to them?
one year ago
Hello, where can i find the up to date clearml repository to build the clearml image present at allegroai/clearml I checked the github clearml & clearml-serv...
one year ago
How to use ZScaler (or custom certificate) with ClearML ? I installed the ZScaler certificate into the OS system. curl is happy with it. boto3 too but then c...
one year ago
Hi everyone, I've set up clearml with docker before and was able to see the clearml login page allowing users to create accounts via email. when deploying th...
one year ago
Hi everyone! Is there a way to specify the working directory in a pipeline component? I’m using pipelines from decorators, I can set the repo url just fine, ...
one year ago
Hello community, I'm having a problem with my clearml account. I try to recover the password but no email is sent (I checked spam and I'm sure that the email...
one year ago
I have an interesting issue. It seems like when I run several agents on the same server I run into an issue where some of the agents will timeout when connec...
one year ago
Hello ! I am having some issues while running a pipeline remotely (same device but queue + agent) . Hitting the following issue on my first step: 2024-01-24 ...
one year ago
Hi, guys can i run a task in task? i have task, if that ended, it will start to run another task remotely. Thanks in advance!
one year ago
Hi! Our ClearML server keeps crashing because of some weird task with the = symbol in the ID. After restoring the database to the latest working state, it wo...
one year ago
Hey guys, is there any way to "move" tags automatically to the last version of my dataset? e.g. I have on clearml the dataset dataset_v1.0.1 tagged last_one ...
one year ago
Hello Everyone, I am seeking for a tutorial to start a task remotely by the agent while specifying a specific docker image as environment. I tried to find an...
one year ago
How can I cope with this error?
one year ago
Hi everyone! I am new in ML and even newer in ClearML. Could you please help me with first two lines of code ? 😊 I suppose the first line of code ( pip inst...
one year ago
Hi All, Details: Both projects are using clearml v1.14.2rc0 (but I've tested it with other versions). I'm using the web-app, so we're not hosting our own cle...
one year ago
Hi Team, I am trying to run a pipeline remotely using ClearML pipeline and I’m encountering some issues. Could anyone please assist me in resolving them? Iss...
one year ago
I have an issue with how clearml logs checkpoints. We have a training setup with pytorch-lightning + clearml, where we use lightning.pytorch.ModelCheckpoint ...
one year ago
Hi Everyone, i have two issues with new clearml-server (1.14): - Failed Navigate From Overview to Experiments Details - Async Delete Always Failed when Remov...
one year ago
Hey everyone! I have a quick question regarding scalar graphs in the dashboard. When my model starts training, the loss values are very large and drop to the...
one year ago
S3 Setup is confusing for me, so this is how clearml.conf looks like on my local machine where I run test scripts
one year ago
Why is async_delete not working? - bucket is not right in logs - This is really misleading in web ui, because it says "success" although async_delete failed ...
one year ago
Hi there, I am running a clearml-agent and now trying to run a pipeline on a schedule. When I try run the schedule using the queue assigned to the worker I'v...
one year ago
How can I send a composed chunk of code for remote execution from within a notebook ?
one year ago
Hello! How do I pass default Github Environment Variables (such as "GITHUB_EVENT_PATH") from Github Actions to the clearml agents? Github Actions is running ...
one year ago
Hello! I'd like to confirm that I've understood the concept of using clearml-task with a docker image I've built my image locally, but when I try to execute ...
one year ago
Hi there all! is there a way to set empty requirements when creating a remote task? I have tried to set packages to none or empty array, but it doesn’t work,...
one year ago
Hey there! I'm trying to make changes to the agent config, but when I update clearml.conf , take down the agent (with kill -9 agent-pid ), and restart the ag...
one year ago
Hey, is there a way to set pipeline component return artifact compression at a pipeline level ? It would allow to make big dataframes flow across component w...
one year ago
Hi there, currently I have a clearml pipeline that takes in a bunch of parameters for various tasks and passes these parameters via parameter_override for ev...
one year ago