Hello everyone, I'm working on building a training pipeline using ClearML and I'm encountering some challenges in assembling the pipeline. Context: - I have ...
2 years ago
Hi, I'm having a hard time uploading files as metadata to datasets. I need to log a dictionary with preserved order, ClearML orders the saved dictionary and ...
2 years ago
Hey everyone! First post here. My issue is the python_binary I set in the .conf file doesn't seem to get used by the task I'm running. The task's output conf...
2 years ago
Hi everone! We're trying to start using ClearML for both experiment tracking and data management, and I have a question about ClearML-Data: Is it possible to...
2 years ago
Does anyone know how to resolve symbol cublasLtGetStatusString version libcublasLt.so.11 not defined in file libcublasLt.so.11 with link time reference
2 years ago
Why there is no auto_connect_frameworks argument in Task.create but only in Task.init ?
2 years ago
From the python code point of view, how do you detect if it is running locally or via clearml-agent ?
2 years ago
Also from the python sdk, is there a way to specify the clearml.conf file to use ? Like the equivalent of --config-file for cleaml-agent ?
2 years ago
I am getting ERROR: Could not install packages due to an EnvironmentError: [Errno 28] No space left on device: '/tmp/pip-unpacked-wheel-fakjd3pf/nvidia/cudnn...
2 years ago
Hi! We are trying to upload datasets to ClearML from Redshift. Is there any direct integration between with Redshift? We would like to avoid downloading the ...
2 years ago
Also ubuntu 18.04 is losing support so everything in the image needs an update…
2 years ago
We’re running clearml-agent on k8s and I first noticed some warnings from the pod about Python 3.6..? > /usr/lib/python3/dist-packages/secretstorage/dhcrypto...
2 years ago
Hi! I'm running a ClearML Task remotely. It runs a Python machine learning evaluation script in repo A. The script depends on a module which is defined in an...
2 years ago
After running my pipeline on a GCP VM, I am getting the following error when installing the packages Successfully installed numpy-1.24.1 Torch CUDA 110 index...
2 years ago
What is the current state of deleting debug samples? I use s3/minio as my fileserver. If I delete tasks from the UI, are debug samples deleted on S3? If I ru...
2 years ago
Hi, I want to set up a ClearML server for experiment management and later add clearml-agents. Can I link GPU nodes to the ClearML server later on? What are t...
2 years ago
hi guys, can i check via https if the clearml-agent is on/off? is there port in clearml-agent to interact with clearml-server? TIA
2 years ago
How does Clearml clones the git repo, using HTTPS or SSH?
2 years ago
Is there any way of passing additional parameters to pip in clearml-agent? For example, when you install torch_scatter in Ubuntu 20.04, you typically get an ...
2 years ago
Can we use two agents on two different machines?
2 years ago
Hi community! I have a question regarding using Docker containers with Conda. We have created a Docker image where all the required Python modules are instal...
2 years ago
Hi everyone, we're taking a look at ClearML and running our first examples. We started a server on GCP from docker images and currently trying do create my f...
2 years ago
Has anyone ran into the following error while running the clearml-serving-inference docker container after entering all the correct credentials? Temporary fa...
2 years ago
If my task is derived from a jupyter notebook: In the base mode, it seems like there is a bunch of stuff automatically set up to give me an “artifact” saved ...
2 years ago
Hello everybody, is it possible to download my python code from clearml server?
2 years ago
Hello, we are evaluating ClearML currently and had a question about the Agent’s Docker mode. - Is there a way to enable the Docker mode when installing Clear...
2 years ago
out of a sudden without any trigger, our ClearML server ( version 1.13.0-373 ) showing only tasks/projects that belongs to logged-in user e.g if a user don't...
2 years ago
Hello, I am trying to setup clearml-serving and I am running into issues. I am following the set-up tutorial to a T and yet I can't get it to work. I install...
2 years ago
Do I need to do anything to get a task to pick up a requirements.txt ? It is in the base repo dir, task being created with Task.init from a jupyter notebook ...
2 years ago