is there any clearml-serving api documentation?
3 years ago
Hi all, just started with ClearML yestarday and i'm wondering whats the recommended way of running the server in AWS? I can see that the old Allegro AI Train...
3 years ago
Any idea what I've missed here? Thanks
3 years ago
hey guys, I’m trying to install nvidia-dali-cuda110 . but apparently clearml-agent didn’t used the external-link I provided to use to install it. This is how...
3 years ago
Hi! I have some ClearML agents on GCP and sometimes the instance seems to reboot making the experiment fail and all the progress is lost. What is the best wa...
3 years ago
Does ClearML have a way to do Human In the Loop activities as part of a pipeline that I might have missed?
3 years ago
Hello, I'm running clearml server on my server. I archived and deleted experiments and project. But the files are remain on fileserver's volume on my server(...
3 years ago
Hi all, two questions: I created a Dataset and am using it to train models, what's the recommended way to connect it to my training tasks for future reproduc...
3 years ago
ClearML 1.3.2 I'm running Task.get_tasks(project_name=...) and suddenly I get 2022-04-07 10:28:43,617 - clearml.Task - ERROR - Failed reloading task c2d514f3...
3 years ago
Hi everyone, quick question: When clearml-agent sets up the virtual environment with pip, is finding the correct CUDA Version for PyTorch something that pip ...
3 years ago
Another question: How can I make clearml-agent use pre-installed version from the nvidia/pytorch ( https://docs.nvidia.com/deeplearning/frameworks/pytorch-re...
3 years ago
Hi, I'm trying to use clearml on pytorch-lightning with multiple gpus, but it seems as if the server does not monitor the experiment. I can see no progress i...
3 years ago
Hey, somehow clearml-agent don’t use requirements.txt file from the repo, I don’t know why, this is happening: ├── ML │ ├── data │ ├── README.md | ├── requir...
3 years ago
Hi all, I'm training a model using AWS sagemaker and monitoring with a clearML server on-prem. Works well enough when the training is split (horovod - with a...
3 years ago
Hi Everyone, I am having a few problems with the UI: 1. I uploaded an optimization task yesterday - and I see it running, but the Hyper-parameter Optimizatio...
3 years ago
Hi, I am following the programmatic orchestration example here: https://clear.ml/docs/latest/docs/guides/automation/task_piping . My question is, when I setu...
3 years ago
Hi, I am successfully starting multiple tasks automatically, but they dont train to completion they start training and then at some point they give me this e...
3 years ago
Hi, We’re deploying ClearML on the EKS and have an issue with authenticating the server with the S3 bucket. The connection to S3 bucket is not working. Our c...
3 years ago
Hi guys, I’m using clearml for a while now, and I’m trying to install nvidia-dali-cuda110 this is the official docs to install it: https://docs.nvidia.com/de...
3 years ago
Hi! I am having some problems with a loss after a good amount of training, what would be the best way to log a value to have a better idea of what is happening?
3 years ago
Hi, I am trying to upload an optimization task and I have the following message at the bottom of the app. Also when I try to upload the task, it fails with t...
3 years ago
Hi, I am trying to save a trained XGBClassifier model as OutputModel, is there an example somewhere of how to do that? it has no weights to save, should I ju...
3 years ago
Hi, I am trying to save task artifacts on GCS bucket - I have configured the project to use the bucket as “default output destination” (in the project create...
3 years ago
Hi, I've got a quick question about Task.connect . I'm trying to connect a dictionary which contains a few thousand hashes and it works fine locally but take...
3 years ago
Hi there! Is there any way to boost creating SHA2 hashes during clearml-data add ? It uses only one CPU core, could I use multiprocessing somehow?
3 years ago
If I want to setup SSL, I need a proxy like NGINX/Apache, right? And maybe if someone of the community has already setup SSL, can you help me. I have no expe...
3 years ago
Hi, I encountered an issue that might affect others as well: when using " http://Task.ge t_task"- task name is explicit str (as excepted) but when using "Tas...
3 years ago
Hi! Does ClearML self-hosted supports any managed solutions for its ES, Mongo and Redis dependencies?
3 years ago
Does ClearML support running the experiments on any "serverless" environments (i.e. VertexAI, SageMaker, etc.), such that GPU resources are allocated on dema...
3 years ago