I was thinking maybe I can install pyenv and use that to set the default python version on the server; this way we can install a new python and use pip as us...
one month ago
Hello everyone ! I tried to reproduce your tutorial : https://github.com/thepycoder/urbansounds8k . Basically I got still the same issue: 2022-11-21 09:57:31...
2 years ago
Hi, I am trying to use clearml-param-search tool. This is the command I use: clearml-param-search --task-id 454b34c3fbb34a8683f3dd6e6d77d49c --params-search ...
2 years ago
Hey! I'm having a weird issue when I run pip freeze locally it's showing version "clearml==0.17.5rc6" but when I initiate the task it's always starting with ...
4 years ago
Is there anyone who is using ClearML in a Jupyter Notebook. It looks like when using execute_remotely together with a jupyter noteebok, clearml tries to laun...
2 years ago
Hi, I faced with a silly error, when I run the python script with task = trains.init(project_name='my project', task_name='my task'). The task goes to the tr...
5 years ago
Hi, I've a few questions on clearml-session. We will be running some GUI applications so is it possible to forward the GUI to the clearml-session? We have a ...
4 years ago
How/where can I change the session timeout time for the WebUI? It's timing out WAY too fast after the latest updates
3 years ago
Hi. I'm running this little pipeline: from clearml.automation.controller import PipelineDecorator from clearml import TaskTypes @PipelineDecorator.component(...
3 years ago
Hi all! Is there a way for trains to recognize the CLI arguments when using https://github.com/google/python-fire instead of argparse?
5 years ago
Hi clearml team, is there a way to overwrite working_dir when creating task from task.init() workflow? the underlying function I am triggering relying on the...
8 months ago
Hello! Is it possible to deploy clearml-server on linux/arm64 platform?
8 months ago
another question about the aws auto_scaler, i managed to get the scaler service running, it listens to a queue called "aws" (yes, very imaginative), when i q...
one year ago
Hey, about the dependency propagation of pipeline components, if I call a vanilla python function from a component does the dependencies specified in the int...
3 years ago
Hey. Seeing a strange error when trying to install a private python package when the agent executes the task. We use AWS CodeArtifact as the private PyPi rep...
3 years ago
Hi, I’m having troubles initializing connection to clearml (“Error: could not verify credentials:“). Who can help? Thanks
4 years ago
I'm deploying clearml with all its components into an EKS cluster, I'm configuring the values.yaml and adding the right values. I have a two questions: Can s...
2 years ago
Hi all, I am following the exact same steps as in the "Getting Started": https://allegro.ai/clearml/docs/docs/deploying_clearml/clearml_server_linux_mac.html...
4 years ago
Hi all, We've been using ClearML for quite some time now. Our deployment is a simple docker container on a dedicated EC2 instance. More recently, we have bee...
2 years ago
hi, i was trying out the ClearML pipelines from task. I had 2 tasks that have run successfully as ClearML task. One of the tasks has dependency on external p...
2 years ago
Hi guys, i have problem understanding to set requirements.txt and running remotelty using clearml-agent. so i tried to set requirements, and want to execute ...
2 years ago
I noticed you can configure AWS in docker-compose.yml for clearml server. Am I right that this cloud storage will be used by default if it's not configured i...
2 years ago
I was working with pipelines and just wanted to know if using clearml data is a better way to store any task outputs compared to artifacts. Also for example ...
2 months ago
Hi, We Are Having Issues With Clearml-Session For Vscode. Apparently It'S Hardcoded To Download From
Hi, we are having issues with clearml-session for vscode. Apparently it's hardcoded to download from https://github.com/microsoft/vscode-python/releases but ...
4 years ago
Another HPO app question: using UI in "Optimization Configuration" I can choose only one metric. Is this by design or I'm missing something?
2 years ago
I am completely stuck with the serving. I did the custom example. I see the endpoint in clearml-serving -id ... model list and it replies {"detail":"Error pr...
3 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
so if there a way to make it run in the trains-agent and not in the terminal directly when executed manually through script
5 years ago