Hi all, Is there anyway to get the id of the pipeline using pipeline name? I need the id of the pipeline so that I can schedule the pipeline to run via TaskS...
2 years ago
Hi. We have Task that generate trained model in pth but our downstream pipeline is using omnx file and an custom generated yaml file. Currently, when the tra...
2 years ago
Hello everyone! I'm uploading a dataset to the server. During dataset.finalize() I get the following error. Could you please advise what could be the problem...
2 years ago
Hi clearML community, trying to setup a load balancer and follow this official guide , but can’t get it to work (Server Unavailabel Error when opening the da...
2 years ago
How to apply agent configuration (i.e. clearml.conf) to agent-services in the docker-compose file?
2 years ago
Hi everyone! 👋 I'm building a pipeline with PipelineController , and when I put Dataset.get , I got this message repeating itself a lot of time : clearml - ...
2 years ago
Hi all, what does this statement mean ? ClearML Monitor: Could not detect iteration reporting, falling back to iterations as seconds-from-start
2 years ago
On the ClearML web interface you obviously need to provide the AWS credentials to do things like download artifacts and data stored on AWS. One thing I'm cur...
2 years ago
Hi everyone 👋 I'm working on a pipeline with PipelineController . I was wondering if you can make an "optional" step with a condition : Imagine I create a p...
2 years ago
Hi all, I'm trying to clone and run the preprocessing task from urbansounds8k example project. The download data task worked but getting this error in prepro...
2 years ago
Hi all, I'm trying to setup a pipeline based on the asteroid_example( None ) by @<1523701118159294464:profile|ExasperatedCrab78> . The tasks run fine when ex...
2 years ago
Can anyone point me to a resource (or person) that can tell me what counts towards the "artifacts storage" and the "metrics" in my clearml workspace billing ...
2 years ago
Hey there! I kindly ask for your swarm knowledge on ClearML pipelines. I'm trying to setup a simple pipeline with a Controller running on the service-queue a...
2 years ago
Hello everyone! I encountered a very weird behaviour of report_histogram data = np.random.random(100) # generate 100 values from [0,1] uniform distribution c...
2 years ago
Hi I am having issue with pipeline. Even my every task of pipeline is completed, my core pipeline controller is still running. I have added pipe.wait() and p...
2 years ago
Hello clearml 🙂 I am having a small problem with clearml-agents mainly related to: private repository, cache and vcs. I am using the latest version clearml-...
2 years ago
I'm getting upload errors when uploading artifacts (using GCS) but it uploads for datasets works just fine. clearml.storage - ERROR - Failed uploading: HTTPS...
2 years ago
Task.upload_artifact( self=task, name="Dataframe", # artifact_object=df1, artifact_object="data/file.feather", extension_name=".feather", metadata=meta_dict,...
2 years ago
Hi guys! Does anybody have any experience of building data catalogue if your data is stored as clearml datatset?
2 years ago
hi guys, i wonder if clearml-serving support configuring the maximum number of requests for each user
2 years ago
also, does you guys support user authentication? in the documentation - Configuring ClearML Server | ClearML , it says that i have to modify the config file ...
2 years ago
Hi community! I currently have ClearML (awesome btw : ) ) Free running, with Azure Blob storage. I need to migrate the storage to a new storage account. Is t...
2 years ago
Hi! I'm running clearml-agent in docker mode. I want to install my package from pyproject.toml from my project before the experiment running. I've tried to s...
2 years ago
Is there an elegant way of accessing a specific file entry from a dataset without using IO operations to locate the file from the cache folder? The file is i...
2 years ago
Hi, I have a question about media reporting. After successfully reporting a video file to the "Debug Samples" section of a specific task, how can I programma...
2 years ago
Hi, I am running clearml agent using SDK. When I run a remote job on this clearml agent, the venv setup is totally based on my requirements.txt instead of ad...
2 years ago
Hi, I just started using the new datasets GUI, is there a way for me to publish a dataset from the GUI the way I can do with tasks/models?
2 years ago
Hi all! I might have found an issue with the migration guide. None We recently migrated our data to a new server. While testing the migration, we found that ...
2 years ago
I recently attended the LLMs in production conference organized by the MLOps community in San Francisco and was blown away by the wealth of knowledge and ins...
2 years ago
Hi all! I'm trying to migrate a clearml server (that has data on it) to another machine but i´m having problems to make clearml locate the old (backed up) ex...
2 years ago