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 6045

Questions 6045

Tags
Sorting
Results
per page
0 Votes
4 Answers
2K Views
0 Votes 4 Answers 2K Views
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
0 Votes
5 Answers
2K Views
0 Votes 5 Answers 2K Views
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
0 Votes
12 Answers
2K Views
0 Votes 12 Answers 2K Views
Hey! I have my custom model, that uses models from populars frameworks inside, such as LGBM, CatBoost etc. Also it have multiple instances of one models of o...
3 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
Hey, trying to do some cleanup because of No space left. For the clearml worker nodes under the .clearml directory , i see drwxr-xr-x 3 ubuntu ubuntu 20K Apr...
3 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
3 years ago
0 Votes
19 Answers
2K Views
0 Votes 19 Answers 2K Views
Hi, I'm trying to run clearml-agent in docker mode - however I'm having trouble saving the artifacts. 2022-08-25 05:06:21,820 - clearml.storage - ERROR - Fai...
3 years ago
0 Votes
13 Answers
2K Views
0 Votes 13 Answers 2K Views
Hi folks, I have a question related to the storage of artifacts, as it is not entirely clear to me where to configure it. If I read the documentation https:/...
3 years ago
0 Votes
5 Answers
2K Views
0 Votes 5 Answers 2K Views
Hi, How does the agent determine which packages to install? I have google-cloud-bigquery in my requirements.txt, but when I run my pipeline on the agent (I i...
3 years ago
0 Votes
4 Answers
2K Views
0 Votes 4 Answers 2K Views
If I want to run training inside a docker container, how do I connect it to clearml installed outside my docker container?
3 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
That is from documentation, https://clear.ml/docs/latest/docs/fundamentals/logger/ . How can I stop the earlier debug samples from being deleted even if I tr...
3 years ago
0 Votes
6 Answers
2K Views
0 Votes 6 Answers 2K Views
Hi friends 🙂 I want to sum the run time of all my experiments in the last month. What is the easiest way to do that?
3 years ago
0 Votes
1 Answers
1K Views
0 Votes 1 Answers 1K Views
Hi, I just found a document improvement on https://clear.ml/docs/latest/docs/references/api/index/#request-format . I use the command in the document, then i...
3 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
Hi everybody, I found that it is possible to schedule experiments using the TaskScheduler class in python https://clear.ml/docs/latest/docs/references/sdk/sc...
3 years ago
0 Votes
8 Answers
2K Views
0 Votes 8 Answers 2K Views
Hi there! I'm getting an error whenever trying to queue experiments using conda package manager that require python>=3.10. Locally (non-queued) the training ...
3 years ago
0 Votes
5 Answers
2K Views
0 Votes 5 Answers 2K Views
3 years ago
0 Votes
3 Answers
2K Views
0 Votes 3 Answers 2K Views
is it generally recommended to close API client sessions? Like if I open a client like this: from clearml.backend_api.session.client import APIClient client ...
3 years ago
0 Votes
4 Answers
2K Views
0 Votes 4 Answers 2K Views
Hi. Here's a question for uploading models. calling PipelineDecorator.upload_model(model_name, model_path) in a pipeline component logs clearml.model - INFO ...
3 years ago
0 Votes
9 Answers
2K Views
0 Votes 9 Answers 2K Views
Hi, I am using clearml on a new server, and Task.init() crashes when I run it from (remote) pycharm but ok when I run from a commandline. Running on remote p...
3 years ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
3 years ago
0 Votes
11 Answers
2K Views
0 Votes 11 Answers 2K Views
Hi team, a question around package dependencies while running hyper-parameter tuning. There is a version of package that I'm using which is not available on ...
3 years ago
0 Votes
5 Answers
2K Views
0 Votes 5 Answers 2K Views
Hello! Something with a very long running .add_external_files has gone wrong, and now the task is aborted and I get the warning 2022-08-27 10:03:54,129 - cle...
3 years ago
0 Votes
6 Answers
2K Views
0 Votes 6 Answers 2K Views
Hi folks, good morning 🙂 In our setup we have a set of queues that do not use any GPU resources. Yet, when I run an experiment in such queues, we see a Warn...
3 years ago
0 Votes
7 Answers
2K Views
0 Votes 7 Answers 2K Views
3 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
Hello, I would like to ensure, the comparison of hyperparameters is supposed to work as it is depicted in the screenshot? Following the example, I would supp...
3 years ago
0 Votes
7 Answers
2K Views
0 Votes 7 Answers 2K Views
Hello again, I would like to ask you if something like this is possible in ClearML (see screenshot)? For each experiment ( t01 , t02 , etc.) I am able to rep...
3 years ago
0 Votes
8 Answers
3K Views
0 Votes 8 Answers 3K Views
3 years ago
0 Votes
19 Answers
2K Views
0 Votes 19 Answers 2K Views
Hello, I am using a NAS storage to save my models and dataset artifacts. My pipeline consists of two steps: stage_process (stores processed dataset on NAS st...
3 years ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
Hi, In the slack alert example, what does "this function will never end" mean? Not even after the task finish? https://github.com/allegroai/clearml/blob/mast...
3 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
3 years ago
0 Votes
34 Answers
121K Views
0 Votes 34 Answers 121K Views
👋 Hi everyone! I have a short question that you can for sure help me with. Is there a way to avoid each task to create a new environment? I'd like to specif...
3 years ago
Show more results questions