Hi, I am at the process of migrating from trains to clearml. While running the 'pull' command I got some warnings. Please let me know if anything needs to be...
3 years ago
Hi community, Is there a way to download all the logged scalars/plots using code itself?
3 years ago
Hi, I successfully upgraded trains to clearml, but now I don't see the projects that I had when I was using trains. The upgrade log is attached. I am using m...
3 years ago
Hi all, I'm running some training tasks remotely using ClearML Agent, using my github repo code. One of the input arguments to my process is a config yaml fi...
3 years ago
Hi, I try to run locally clearml-server and clearml-serving to create inference endpoint that utilize Triton server. So far I had port issues so I changed cl...
3 years ago
Hi, Is there any approach to record some experiment metric (e.g., accuracy) and display in the experiment table so I can compare the metric among different e...
3 years ago
Hi, Is there any approach to export the selected experiments to csv or Excel in a project? Just like to export the following tables. Thanks.
3 years ago
Hi, I have a question regarding loading an InputModel: I am getting the following log message - "clearml - WARNING - Model configuration only supports dictio...
3 years ago
Hi folks, I have a question on Pipeline Configuration Object I can access the configuration object through the API client ( client.tasks.get_by_id(task_id).c...
3 years ago
Hey guys, Is there an e2e working example of writing a pipeline with 2-3 tasks? Just an hello world. I am the first one who tries to make ClearML pipeline to...
3 years ago
Hello beautiful people of ClearML I have a dumb question for you today. I set up a self-hosted clearml-server. I am trying to reach artifacts (specifically a...
3 years ago
Hi all. I was using clearml server hosted on a box that i reach behind traefik using alias for web, file and api. After migration It works perfect for new ex...
3 years ago
Hi, After upgrading to clearml sdk 1.6.0, I am getting error when trying to work with google gcp, Debugging the code i see this line in StorageHelper.check_w...
3 years ago
Hi, following https://clearml.slack.com/archives/C03E7MNDG3C/p1656488505708899 - I wanted to test my code, but Task.get_tasks() failed with SDK 1.6.0 and Ser...
3 years ago
Hi, I am trying to use the ParameterSet for hyper-parameter tuning with dependencies, an example of how i use it: ParameterSet([{“prm1”:1, “prm2": 1},{“prm1”...
3 years ago
Is it possible to create a serving endpoint with Pytorch JIT file in web interface only?
3 years ago
We're moving from on-premise to AWS - is there an easy way to migrate wall the tasks, projects, etc to the new instance?
3 years ago
Hi guys, I think there's something wrong on https://app.clear.ml . The font etc is changing to caps and . 's are being introduced into the path of project fo...
3 years ago
I've just tried uploading a few datasets and they are not being detected on the UI.
3 years ago
Hello folks, we’re a research organisation and do want to evaluate the Pro features. Is there any way we could get that enabled in the SaaS for us? I do not ...
3 years ago
Hi, I've been using your SaaS platform for over a month now, but today I suddenly noticed most of my data is missing, I see that I have 40 tasks in my data p...
3 years ago
Probably a novice question, but I’m getting No repository found, storing script code instead when trying to run a training routine and also a pipeline routin...
3 years ago
Hi there I'm trying out clearml. I saw mention that clearml can capture tensorboard output so I tried it with this little script (image below). The events fi...
3 years ago
Did something happen to ClearML? I arrived in the morning and saw that I had a lot of tasks that had disappeared from the board. All tasks were dataset type ...
3 years ago
Hi when i run Task.init(…) i get the following error: 2022-07-03 18:43:29,022 - clearml.Repository Detection - WARNING - Failed accessing the jupyter server:...
3 years ago
Hi, I am trying the TriggerScheduler to catch when a user add specific tag to a task. I used the below code but the schedule_function is not called when addi...
3 years ago
Hey, I want to take the uncommited changes from my task and apply them locally to my local branch. How should I approach this? I tried copying it to a diff f...
3 years ago
Hi all! I trying to organize my workflow with ClearML, and I found out about Datasets. I like the concept and I wonder if I can connect a dataset to a task /...
3 years ago