Hi, We are trying to understand when the auto-logging parameters configuration. from the https://github.com/allegroai/clearml/blob/master/examples/frameworks...
3 years ago
I'm working on lsf cluster and wonder what is the easiest way to use the queue without having permanent agent or submitting new agents to the lsf system peri...
3 years ago
When using the clearml.backend_api to get tasks, is there a way to know a-priori how many pages I will need for all results? Right now I keep requesting unti...
3 years ago
Hello, I got a question. I start the ClearML server on premise. When I create a new credential, it doesn't have files_server info. Any idea? Thanks.
3 years ago
I think this is a bug in ClearML web GUI The issue is the Total count in All Experiments is incomplete until clicking Load More . Steps to reproduce: Run man...
3 years ago
is there any better way to get queue by name other then: client = APIClient() queue = [q for q in client.queues.get_all() if q.name == queue_name][0]and, can...
3 years ago
can i run a random task from a queue? like this clearml-agent execute --id or do i need to deque it first? for some reason it dosent work for me, just get st...
3 years ago
Hi, I’m trying to minimize startup time for my training tasks, I’ve set docker_install_opencv_libs: false what else can I do?
3 years ago
hi im getting this error and i have no idea how to solve it, please help ERROR: Could not find a version that satisfies the requirement pandas==1.4.0 (from -...
3 years ago
Hi guys! Is there a way to tell an agent to run a task in an existing venv (without creating a new one)?
3 years ago
Hello, When I clone and enqueue a task using the web-console, is there anyway to add a pre-execution hook to that cloned task? More specifically, my code use...
3 years ago
hi it is me again, this time trying to upload a single file as Dataset but met with the following error. The file is 13.42GB and of Apache Arrow format. Any ...
3 years ago
Hi, I'm looking at https://clear.ml/docs/latest/docs/webapp/webapp_exp_tuning/#base-docker-image where it says To add, change, or delete a base Docker image:...
3 years ago
hi, i notice through the log that ClearML cannot find the python3.7 that was installed in the docker container and is using the worker’s default version. War...
3 years ago
Hey ClearML community! Quick question about plots - we're trying to draw a reliability/calibration plot, we want to make it square as seen in the first pictu...
3 years ago
The comparison page seems to resize the experiments so that all tags will fit in the screen, but then the experiments are pretty much impossible to compare
3 years ago
Hi everyone and thanks again for the help, i still have no success in running clearml agent, it just gets stuck without any output, on debug mode for clearml...
3 years ago
Hi, I get these errors for TriggerScheduler: ClearML results page: {some URL} Failed deserializing configuration: the JSON object must be str, bytes or bytea...
3 years ago
Hi, I have a question regarding the aws_autoscaler: It usually takes ~hours to get a GPU instance nowadays. I was thinking, it would be much more interesting...
3 years ago
Hey, does somebody else get the annoying message in the UI of “A newer version ofClearML server 1.2.0 is available” even though version is 1.2.0??
3 years ago
Hey, I have a question regarding pipelines. Let's say I have 2 scripts: train.py and evaluate.py. Each of them creates a task using Task.init and logs some i...
3 years ago
Hey, is there a way to run tasks not on ClearML agent but rather as a k8s job directly? Thanks!
3 years ago
Hi, can anyone help me with this code? (just a mock example, but it nicely captures the behavior of the real code) import pandas as pd from clearml import Ta...
3 years ago
Im training machine translation model and want to log once in a while updated model translations for the same group of origin sentences. Can i log new lines ...
3 years ago
Hello clearml ppl I have a question, is there a way to filter Tasks and get only the ones that has status="Running" ? I have tried both with Task.get_tasks()...
3 years ago
Hey everyone, got a quick questions about backing up a ClearML server. Should the server be stopped with docker-compose down before archiving /opt/clearml/da...
3 years ago
What is the proccess to rerun optimization sub-tasks that failed? also, can you add more paramters combinations to optimization after it was completed?
3 years ago
Hi, I have a question about https://clear.ml/docs/latest/docs/references/sdk/logger#report_scatter3d : Would it be possible to pass a matplotlib figure in 3d...
3 years ago
Hi! Can someone show me an example of how PipelineController.create_draft works? I'm trying to create a template of a pipeline to run it later but I can't ge...
3 years ago
Ist it possible to move artifacts from local storage to s3? Or do I have to delete the old one and create a new one with a location in s3?
3 years ago