if I have 1 machine with a GPU, can I put a worker on it with GPU and two workers with --cpu-only ? i.e. can 2 workers in the same machine be launched in cpu...
3 years ago
Hi guys, I'm trying to familiarize myself with Hyperparameter Optimization using ClearML. It seems like there is a discrepancy between clearml-param-search C...
3 years ago
Hey there! 🙂 First of all, thank you for creating this Slack Community and giving us the opportunity to work with your wonderful software. I am in need of s...
3 years ago
Hi all, I'm trying to create pipeline with decorator. When I run the code to push the pipeline to clearml server, it seems the pipeline is pending in "servic...
3 years ago
Hi there, How can I set the model metadata using code? The Model object has the Model.set_all_metadata , but I am not sure how to access it from the Task .
3 years ago
Hi there, As a last step of the model training pipeline, I upload it to ClearML and set the auto_delete_file filepath = f'models/{model_id}/model.sav' joblib...
3 years ago
Hi Another issue regarding dataset whenever preview ing the dataset (which is in a parquet tabular format) the browser automatically downloads a copy of the ...
3 years ago
Hi, We have recently upgraded to > WebApp: 1.6.0-213 • Server: 1.6.0-213 • API: 2.20 I have some issues: I'm trying to delete a project - and although I don'...
3 years ago
Since ClearML 1.6.3, a dataset attached to a Task now renames that task by adding a .datasets in the path, making it hidden. Can we control/cancel this? We c...
3 years ago
Hi everyone, I have one quick question regarding the artifact uploading. I see the output models from training are stored under the "OUTPUT MODELS" section i...
3 years ago
Hi, everyone As far as I know, ClearML has logging of machine learning processes, however I couldn't find any information regarding its system of accounting ...
3 years ago
is there a way to limit the number of jobs/tasks that can run concurrently on the services queues?
3 years ago
Hi there, Has anyone running clearml-agent inside a docker container? Would you mind to share your Dockerfile?
3 years ago
Hi everyone! I’m building notification\cleaning service on top of ClearML saved data. I use https://github.com/allegroai/clearml/blob/master/examples/service...
3 years ago
Hi Community! I'm currently trying to serve my AI model using clearml-serving so I can access and try my model through the model endpoint. Currently the data...
3 years ago
Hi folks, occasionally when I clone a job and enqueue it, instead of being processed by the expected queue, a new queue (with some id that looks like an hash...
3 years ago
Hi there, I have a package called feast[redis] in my requirements.txt file. When I run locally everything works, but from UI it does not list in INSTALLED PA...
3 years ago
Hello! I have a problem with tutorial client code crashes on starting pipelines remotely via pipe.start() . (have no problem running it locally with pipe.sta...
3 years ago
Hi folks I have a problem I can't understand. Plots are not shown when experiments are executed from the UI. For example, if I run the code on my laptop, and...
3 years ago
Does ClearML exposes (even temporarily) the contents of e.g. sdk.aws.s3 to the relevant environment variables (i.e. AWS_SECRET_ACCESS_KEY )? Specifically, if...
3 years ago
Hi, What would be the recommended way to add/track arbitrary models to/with OutputModels? Currently hacking it by using joblib dump and subsequently deleting...
3 years ago
Hi, I want to simultaneously initialize a task (from a Python script) and enqueue it to a remote machine with a ClearML Agent. However, I didn't find how to ...
3 years ago
Hi, I have a github repository with a library, I want to run a benchmark for that library. So when I run a benchmark script, it should build and install this...
3 years ago
Hello, I’m a beginner of ClearML and reading documents, but I have some questions. Is ClearML supports distributed cluster mode(multi-host, multi-gpu) for on...
3 years ago
Hello! I’m wondering if there is an option to run a termination hook script at the end of the docker job execution (such as https://clear.ml/docs/latest/docs...
3 years ago
I'm running ClearML Server Locally using the docker-compose method as mentioned https://clear.ml/docs/latest/docs/deploying_clearml/clearml_server_linux_mac ...
3 years ago
Hi all, I’m running experiments using ClearML. The training is very slow, and I’m getting the following errors and warnings: clearml.Task - ERROR - Action fa...
3 years ago
I am experiencing performance issues with using ClearML together with Pytorch Lightning CLI for experiment tracking. Essentially what we're doing is fetching...
3 years ago
Hi! How to fix this error with response?
3 years ago
I have a pipeline with tasks A->B->C. I want to be able to trigger it manually, and skip A regardless of it’s cache status. I want to pass B value that repre...
3 years ago