How can I stop clearml from uploading temporary models? I am running cross_validation, training a bunch of models in a loop like this: models = [] for X_trai...
2 years ago
hey I wanna know what's this sysntax is? ${random_model_%i.id}
2 years ago
i wanna run my python code using docker conatiner but its failing, is someone can help. it will be great
2 years ago
FROM ubuntu:20.04 # Update package lists RUN apt-get update # Install Python and pip RUN apt-get install -y python3 python3-pip # Install ClearML Agent RUN p...
2 years ago
this is my dockerfile
2 years ago
error is root@e0d3dd2e3066:/app# python3 pipeline_from_decorator.py Traceback (most recent call last): File "pipeline_from_decorator.py", line 116, in execut...
2 years ago
Hello, I have a non technical question about this community. Why have you decided to use Slack for communication and gathering community? Why not use somethi...
2 years ago
Any idea...?
2 years ago
Is there a way to specify the project and name of a pipeline defined with decorators at runtime? I tried to change the properties of the current task, the na...
2 years ago
I have a training script that I ran on a local machine with GPU (2070 super) and it works normally (it utilizes the GPU), but when I'm training it on ClearML...
2 years ago
Hey I have a question, Can you monitor the time for one pipeline, I want to observe how much time does my training task take when I run it through the pipeline.
2 years ago
Hello all, I installed self-hosted server and queue(cosumes 1 gpu) on kubernetes. I have an issue regarding gpu monitoring. I checked the process is using gp...
2 years ago
Hi, where can I find the server parameter to control when the server is unregistering an agent after not receiving updates? Currently it's quite long (30mins...
2 years ago
I tried to upload an image in clearML Report, but it show an error like below. Any one know how to fix it?
2 years ago
i’m trying to clone a task that had cloned my code using a github access token that is now expired. i updated to a new token in clearml.conf , and restarted ...
2 years ago
When I run clearml-data to create a new dataset when first setup the clearml server, I got the following error: root@banglian-virtual-machine:~# clearml-data...
2 years ago
Question about ClearML models and metadata. I'm using the web interface for ClearML. I create an trained an output_model that was stored in ClearML from a tr...
2 years ago
Hi, I added in my code task.ignore_requirements("pywin32") however this library is still getting added by ClearML to the packages (which causes error on Linu...
2 years ago
is it possible to serve model with frontend HTML page to allow input to be entered. Something like image upload to predict number on it for minst dataset ?
2 years ago
Hi, I run 'manually' on my local machine with no errors. Then, I clone the completed task and enqueue it. I get to stage when 'Environment setup completed su...
2 years ago
Hi, is there a way to query some tasks ordered by a scalar metric? I tried with: Task.get_tasks( project_name='project', task_name='task', task_filter={'orde...
2 years ago
Hi, I'm using training_task.connect() to manually connect the argparse arguments into the task, how do I retrieve the arguments back ? Also, how do I know if...
2 years ago
Hi, when running a task with an agent (located on my pc) , I get an error related to PyTorch missing some attribute. I validated the installed version by Cle...
2 years ago
Hi all, I am developing clearml-web. I want to automatically set a SOURCECODE different from the Clone source to the Clone destination when Clone is executed...
2 years ago
Hi everyone and apologies for the incredibly 'basic' question. I'm trying to deploy clearML server on an OVH hosted VM. What do you think is a suitable disk ...
2 years ago
Hi, I am able to execute the task locally, but the same task fails when executed on remote cloud machine, I think the error is due to the fact that local mac...
2 years ago