Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escaping: Escape characters +-&|!(){}[]^"~*?:\ with \, e.g. \+
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text

Questions 6581

Questions 6581

Tags
Sorting
Results
per page
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
4 years ago
0 Votes
3 Answers
494 Views
0 Votes 3 Answers 494 Views
Hey there I'm looking to report multiple matplotlib graphs into clearml for i in range(0,10): mae_fig = model.plot_scores(x_val_seq, y_val_seq, index=i) clea...
4 months ago
0 Votes
8 Answers
2K Views
0 Votes 8 Answers 2K Views
one year ago
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K Views
Hi everyone! How do I read .conf files into python? Is there any python parser library/package to do that?
one year ago
0 Votes
7 Answers
2K Views
0 Votes 7 Answers 2K Views
Hi, I deleted all archived experiments in a project and I just realized all experiments of all projects were deleted (clearml server v1.0.0) 🤔
4 years ago
0 Votes
4 Answers
1K Views
0 Votes 4 Answers 1K Views
hello, is there a way for the clearml agents to check for repository changes recursively? eg, our source is broken in serveral different submodules, clearml'...
4 years ago
0 Votes
9 Answers
2K Views
0 Votes 9 Answers 2K Views
Hi, I want to upgrade clearml server from 1.1 to 1.2 (self hosted). I have the following setup: /dev/nvme0n1p1 30G 21G 8.9G 70% / <- This is where /opt/clear...
3 years ago
0 Votes
5 Answers
2K Views
0 Votes 5 Answers 2K Views
It might be the case that Hide identical fields functionality (under Compare Experiments / Details ) is not really working.
4 years ago
0 Votes
3 Answers
1K Views
0 Votes 3 Answers 1K Views
Hello! I would like to use my own Docker image for a ClearML Task pod. My Docker registry is AWS ECR with authentication. For a regular deployment, I use a s...
one year ago
0 Votes
13 Answers
1K Views
0 Votes 13 Answers 1K Views
Can steps be removed from pipelines, and/or can pipelines be generally modified other than adding steps to them?
one year ago
0 Votes
4 Answers
2K Views
0 Votes 4 Answers 2K Views
Hi guys. I'm struggling to get the Cleanup Service working on our on-prem setup. We are using the built in service ( None ) but see loads of errors like: Cou...
one year ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
Hi, Does clearml have a controlled approval workflow function such as ethical code and legal compliance?
4 years ago
0 Votes
6 Answers
1K Views
0 Votes 6 Answers 1K Views
Hello! I'd like to confirm that I've understood the concept of using clearml-task with a docker image I've built my image locally, but when I try to execute ...
one year ago
0 Votes
3 Answers
2K Views
0 Votes 3 Answers 2K Views
2 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
Hello , I'm using this version of ClearML : WebApp: 1.4.0-175 • Server: 1.4.0-175 • API: 2.18 Using Docker-Compose. Do you know what should I do in order to ...
one year ago
0 Votes
4 Answers
2K Views
0 Votes 4 Answers 2K Views
2 years ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
New RC(1.1.2rc0) version available! 🎉 Change set: ClearML Data - Upload dataset now supports chunksize, for multi-part upload/download (useful with large da...
4 years ago
0 Votes
10 Answers
2K Views
0 Votes 10 Answers 2K Views
Hi, I have a local package that I use to train my models. To start training, I have a script that calls task._update_requirements([".", "torch==1.11.0"]) . I...
3 years ago
0 Votes
10 Answers
2K Views
0 Votes 10 Answers 2K Views
Hi all 👋 I'm trying to understand clearml-task in CLI. In the docs here None you can add tags from your git repo to look for your script with --branch . But...
2 years ago
0 Votes
30 Answers
2K Views
0 Votes 30 Answers 2K Views
Did someone here already try the https://ngc.nvidia.com/catalog/containers/nvidia:pytorch with clearml? It seems like there is a base conda environmenet wher...
4 years ago
0 Votes
6 Answers
1K Views
0 Votes 6 Answers 1K Views
I spin up a box and notice this was appeared as error on the logs:
2 years ago
0 Votes
1 Answers
1K Views
0 Votes 1 Answers 1K Views
Hi, is it possible for ClearML to support languages other than Python?
2 years ago
0 Votes
10 Answers
2K Views
0 Votes 10 Answers 2K Views
Hi all! When I set a list as a Task parameter and later try to retrieve it, what I get is a string. Is this the expected behavior? I have prepared the follow...
3 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
2 years ago
0 Votes
9 Answers
2K Views
0 Votes 9 Answers 2K Views
Tasks can be put in draft state - if we will execute: task.execute_remotely()it will not start Is there a way to do the same with pipeline (not run it immedi...
2 years ago
0 Votes
7 Answers
2K Views
0 Votes 7 Answers 2K Views
i think there is some bug with clearml==1.7.1. I’m working with pipelines and after updating to 1.7.1 all the kwargs are passed as None to the steps, when do...
3 years ago
0 Votes
15 Answers
2K Views
0 Votes 15 Answers 2K Views
Hello everyone! I’m trying to setup non aws s3 to store datasets and get and error: 2024-05-27 16:15:52,241 - clearml.storage - ERROR - Failed uploading: Fai...
aws
one year ago
0 Votes
0 Answers
2K Views
0 Votes 0 Answers 2K Views
5 years ago
0 Votes
11 Answers
2K Views
0 Votes 11 Answers 2K Views
Hello channel, Two other related questions: - ClearML is supposed to automatically detect GIT repo directly. It works when I run a python script but it does ...
2 years ago
0 Votes
0 Answers
2K Views
0 Votes 0 Answers 2K Views
Hey all, I followed the tutorial https://allegro.ai/docs/deploying_trains/trains_server_linux_mac/ . and also made sure I didn't miss anything with the https...
5 years ago
Show more results questions