Hello World, I’m working on getting a ClearML Server spun up on the same computer as GPUs. Question about implementation details.. Fresh build using this gui...
3 years ago
Hi, I am trying to use agent with a sample, very simple task. But it stucks and task does not finish. In UI in console I see what I pasted on image. Do you k...
3 years ago
I am trying to use ClearML in my work and I am facing some problems so could anyone help me with that? I have connected my workstation with the clearML serve...
3 years ago
I also have a general question. Most frequently, we work with our ml models not as a single script, but a project - multi level directory of files. How do we...
3 years ago
Hi, I cannot show the results (e.g., 'console', 'scalars' ). When pressing the scalars button, clearml shows a 'wait circle' and then I get the message "Fail...
3 years ago
Hello, I'm trying to get the pipeline progress, but I can't get it properly. I've set the progress via current_task.set_progress() in the pipeline after each...
3 years ago
trying to access the CSV file uploaded on the clearML dataset in my local device is giving me some errors
3 years ago
I have a question regarding running the code directly in the agent without running it on my local device. How can I do that? (usually, I run the code in my l...
3 years ago
What would be the best way to approach this flow? We have a configuration file that defines e.g. the project name to use in ClearML, alongside other experime...
3 years ago
Hi. Is it possible to run pipelines clearml using yaml manifests like kubeflow style?
3 years ago
Hi. is there a way to make hyperparameters/any part form become a dropdown list when in Draft mode on ClearML UI? like we want set using UI but limited optio...
3 years ago
Hello everyone ! When i run my python script localy , everything works fine (it includes tensorflow). When i try to run it remotely from app.clearml I observ...
3 years ago
I have a question regarding running the code on the remote machine, each time I run the code I see the console in the ClearML server start downloading all th...
3 years ago
Hi all, I'm setting up a pipeline to auto train new model every month. In each run, I also need to get the model of the previous run and compare the old mode...
3 years ago
Hello, I have a question regarding the usage of APIClient from clearml.backend_api.session.client import APIClient client = APIClient() events = client.event...
3 years ago
Hey guys! Anyone knows if you can upload an OutputModel to the ClearML server? I see that https://clear.ml/docs/latest/docs/references/sdk/model_outputmodel/...
3 years ago
Hey all, is there any reason the python sdk clearml would cause subprocess issues? I'm calling returncode = Popen(cmd).wait() and getting File "/usr/lib64/py...
3 years ago
When my remote task is installing the python dependencies --packages requests for example, is there any caching "magic" that is done by the k8 agent? Or is i...
3 years ago
Trying another device to connect with my clearML server produced this, how could I fix it?
3 years ago
Is there any testing suite that ships with ClearML? If we'd like to make some unit tests for our code?
3 years ago
Hi, I am trying to use agent, but I have a problem. Execution of task stucks like this
3 years ago
Hi, I have a problem after updating clearml-server to the most recent version. Elasticsearch has been updated from elasticsearch:7.6.2 to elasticsearch:7.16....
3 years ago
There seems to be an error if a project name has spaces (at least at the top-level name). I created a project called internal tests (with the space), and it ...
3 years ago
Hey, loving ClearML so far. I create an agent with 1 gpu and I am sending a task to it. But it says that it couldn’t create a docker with gpu access. How can...
3 years ago
Why does my task execution freeze after pip installation (running agent in foreground mode)? The task is: from clearml import Task task = Task.init(project_n...
3 years ago
Hi, I am new to ClearML: When I run an experiment in a shell (having a single line of Task definition) I am getting this error: clearml.Repository Detection ...
3 years ago
I saw that ClearML overrides the random number generator is it possible to control this behaviour?
3 years ago
How do I think about tasks/task_name-s? Do I see right if I run the same task with the same name, it overwrites the previous run? Is it possible to fail if t...
3 years ago
I am using pipelines (just starting) and I am checking different options for overriding parts of configuration of the base task (step of my pipeline). In the...
3 years ago
Hi. I spent some time this week trying to optimise file transfer time in and out of processes that use google's gcs (in vertex ai pipelines). It seems that i...
3 years ago