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
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
Hello! Thank you all for your work! I have a question (which is probably not ClearML related at all). I am using clearml-agent running in docker mode on seve...
3 years ago
What could cause a queue to be recreated automatically? I experimented with the autoscaler with queue name foo , got it working, closed the autoscaler, delet...
3 years ago
Is there a way to use agent for dataset creation tasks? My point is that I want to use agents to create datasets. For that purpose I need to pass parameters ...
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
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
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, 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
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 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
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 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
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 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 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 there, Has anyone running clearml-agent inside a docker container? Would you mind to share your Dockerfile?
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, I'm having an issue getting a clearml-agent machine with a RTX 3090 to train remotely because it can't install pytorch. My local development environment ...
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
Hi Everyone ! I am trying to remotely run a code from a github repo which necessitates some installs (as shown in the picture). What is the best way to run t...
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
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, 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
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 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, forgive me if this was asked before in a different way, what’s the recommended way to pass different git credentials to an agent running on a shared mach...
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 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
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