Hey All, Uploading a DataFrame to a task's artifact saves it with a gz extension though not compressed. Therefore attempting to download it fails due to the ...
4 years ago
If we’re using the same git repo over and over for almost all jobs, is it possible to have the agents keep a local version and only download the diff of the ...
4 years ago
Can someone help me with deploying this example model (from triton inference server) deployed in clearml-serving? Too many random errors for me to figure it ...
4 years ago
Clearml-Serving will automatically serve published models from your ClearML model repository, so the first step is getting a model into your ClearML model re...
4 years ago
Hi, I just updated clearml-server to 1.1.0 and got the following error when starting it with docker-compose: clearml-apiserver | [2021-08-02 13:37:09,852] [8...
4 years ago
Question about https://allegro.ai/clearml/docs/rst/references/clearml_python_ref/task_module/task_task.html#clearml.task.Task.upload_artifact : Let's say I g...
4 years ago
Is there an efficient way to query ALL unique models (ie excluding versions) in a project?
4 years ago
Hey Guys, I Keep Getting "Failed Parsing Task Parameter" Warning For The Arguments Such As This One:
hey guys, I keep getting "Failed parsing task parameter" warning for the arguments such as this one: parser.add_argument( "--dataset_mean", type = float, nar...
4 years ago
Is it possible to filter tasks by there output and input names using .get_tasks?
4 years ago
Sorry about posting it in that. I'm looking for help with on-prem instalation. I can't get fileserver to work. I sucessfuly created project and a task, pass ...
4 years ago
Hi folks, we are trying to find a tool to help with workflow orchestration. This is our stack so far (Label Studio/Clearml/Seldon). Does anyone have any expe...
4 years ago
do tasks that are created through create_function_task run the entry_script again instead of just the pure function?
4 years ago
logger.report_table with a pandas df, that used to work fine, is suddenly not working - no table in plots but nothing in log (same code otherwise). Seen this...
4 years ago
Hello, I am trying to run some algorithm in my docker container with Clearml Task . But the algorithm uses ROS, so I need somehow to setup environment before...
4 years ago
Hello, I am new to ClearML, I would like to learn more about how ClearML works on a HPC cluster where the only way to get computational resources is via SLUR...
4 years ago
Hi, I'm attempting to use clearml-session and have an agent started on the same machine with clearml-agent daemon . The agent starts up without issues. Howev...
4 years ago
Hello folks! I don't know if this issue has already been addressed. I have a basic PipelineController script with two steps: one of task is for preprocessing...
4 years ago
Hello Folks! We have started using ClearML in kubernetes. The trainings are run in k8s with help of K8SIntegration and some custom coding. Now for the clearm...
4 years ago
i’m getting 404 errors when trying to click links for notebook artifacts and i’m trying to figure out if it’s the file or if it’s the file server. is there s...
4 years ago
Hi, I am trying to setup multi-node training with PyTorch DistributedDataParallel. DDP requres a launch script with a set of parameters to be run on each nod...
4 years ago
Hi, Can you refer me to an example of launching a training task in AWS using clearml?
4 years ago
hello everyone! Did you already establish any best practises on passing arguments/secrets to a remote machine while using task.execute_remotely() ? My usecas...
4 years ago
Hi! When I’m running an experiment on a local machine, it works just fine with the clearml, but when trying to clone and run (enque) this specific experiment...
4 years ago
Hi, is there any way to disable ClearML (via some env variable or argument), eg. while debugging or when the on-premise service is not available?
4 years ago
Hello, I was wondering if clearML offers the option to spin up again the clearml-agent automatically every time the machine where it was being executed as a ...
4 years ago
Is there a way to run additional shell commands after setup in agent virtual environment mode? I have found this feature for docker mode but not for venv mode.
4 years ago
Is there a way to disable ssh for clearml-session entirely and bind the jupyter notebook to 0.0.0.0 ?
4 years ago