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
Profile picture
RoundMosquito25
Moderator
30 Questions, 94 Answers
  Active since 10 January 2023
  Last activity 4 months ago

Reputation

0

Badges 1

94 × Eureka!
0 Votes
2 Answers
258 Views
0 Votes 2 Answers 258 Views
Hi, is there a way to abort task (not reset, not delete) from code?
7 months ago
0 Votes
2 Answers
253 Views
0 Votes 2 Answers 253 Views
Hi! In UI I see USER for each task. Where is this variable stored in the system. How to specify a different user when running a task?
6 months ago
0 Votes
1 Answers
238 Views
0 Votes 1 Answers 238 Views
Hi! I am researching different MLOps libraries / platforms. I don't want to use platform as a service solutions. Could you suggest me what are the main diffe...
12 months ago
0 Votes
14 Answers
230 Views
0 Votes 14 Answers 230 Views
Hi, we have quite an unusual issue. We run some agents, we attach them to queue. They are doing the job (they are doing hyperparameter optimization), however...
10 months ago
0 Votes
2 Answers
176 Views
0 Votes 2 Answers 176 Views
Hi, I have a question about logs, when I am looking into apiserver logs, I have for example [2023-04-18 14:47:42,043] [9] [INFO] [clearml.service_repo] Retur...
5 months ago
0 Votes
2 Answers
218 Views
0 Votes 2 Answers 218 Views
Hi, when we use Task.clone()we need to pass project id (not project name). Is there a way to get project id from project name somehow?
9 months ago
0 Votes
1 Answers
227 Views
0 Votes 1 Answers 227 Views
Hi, are there available somewhere examples of testing in ClearML? For example unit tests that check if parameters are passed correctly to new tasks etc.?
9 months ago
0 Votes
1 Answers
254 Views
0 Votes 1 Answers 254 Views
I also have a general question. Most frequently, we work with our ml models not as a single script, but a project - multi level directory of files. How do we...
12 months ago
0 Votes
9 Answers
235 Views
0 Votes 9 Answers 235 Views
Hi, is there a possibility to use one GPU card with 2 agents concurrently (there are tasks that need only fraction of a card)
10 months ago
0 Votes
2 Answers
257 Views
0 Votes 2 Answers 257 Views
Hi, is there a possibility to switch off the agent just after if finishes current task (not to fail the task, but to wait minimal time)?
7 months ago
0 Votes
1 Answers
271 Views
0 Votes 1 Answers 271 Views
Hi, by accident I've scheduled 1000 experiments. I would like to abort them. In the UI I can do "load more", but it loads 15 more. Is there any option to do ...
9 months ago
0 Votes
2 Answers
283 Views
0 Votes 2 Answers 283 Views
9 months ago
0 Votes
3 Answers
227 Views
0 Votes 3 Answers 227 Views
Hi, suppose, that I run Server on machine A and ClearML Agents on machines B_1, B_2, ....B_n . Is it required to open some ports on machines B_i ? I mean, is...
10 months ago
0 Votes
9 Answers
242 Views
0 Votes 9 Answers 242 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...
9 months ago
0 Votes
8 Answers
278 Views
0 Votes 8 Answers 278 Views
9 months ago
0 Votes
13 Answers
285 Views
0 Votes 13 Answers 285 Views
10 months ago
0 Votes
2 Answers
267 Views
0 Votes 2 Answers 267 Views
Hi, I have such a usecase: I have different types of tasks that use GPU: task that uses 1 card task that uses 0.5 of card task that uses [other number] of ca...
8 months ago
0 Votes
2 Answers
254 Views
0 Votes 2 Answers 254 Views
9 months ago
0 Votes
4 Answers
276 Views
0 Votes 4 Answers 276 Views
Hi, I think I've found a strange bug in scheduler. I would like to run some job every Monday at 15:40 UTC. So I run this at 15:35: scheduler.add_task( name='...
9 months ago
0 Votes
4 Answers
276 Views
0 Votes 4 Answers 276 Views
Hi, I know that ClearML uses local changes for patching and running script. Can it also do the same with local commits?
9 months ago
0 Votes
4 Answers
261 Views
0 Votes 4 Answers 261 Views
Hi. When we construct a pipeline consisting of steps and when we are aborting a pipeline, the steps aren't aborting (they run until they are done). Is there ...
8 months ago
0 Votes
3 Answers
279 Views
0 Votes 3 Answers 279 Views
I have question about a situation, when agent is running on a queue, but also we'll use clearml-agent execute --idHow will it work, a) will be run immediatel...
9 months ago
0 Votes
7 Answers
291 Views
0 Votes 7 Answers 291 Views
Hi, I'm using a self hosted version of ClearML. I am querying experiments from UI and I am getting such error: Fetch experiments for selection failed Error 1...
9 months ago
0 Votes
3 Answers
277 Views
0 Votes 3 Answers 277 Views
10 months ago
0 Votes
3 Answers
163 Views
0 Votes 3 Answers 163 Views
Hi! PipelineController has method: - add_pipeline_tags ( bool ) – (default: False) if True, add pipe: tag to all steps (Tasks) created by this pipeline. Can ...
5 months ago
0 Votes
19 Answers
224 Views
0 Votes 19 Answers 224 Views
Hi, can I run an ClearML Agent on multiple computers (on-premise)? Is there any example in the documentation on how to do that?
10 months ago
0 Votes
30 Answers
215 Views
0 Votes 30 Answers 215 Views
Hi, I am trying to use agent, but I have a problem. Execution of task stucks like this
11 months ago
0 Votes
4 Answers
226 Views
0 Votes 4 Answers 226 Views
In UI such strange artifact is visible sometimes. After reloading page looks fine.
8 months ago
0 Votes
1 Answers
235 Views
0 Votes 1 Answers 235 Views
When we run a task on GPU, we can access GPU monitoring. But can we access it from code? Usecase is: when we see that there is enough resources for some task...
7 months ago
0 Votes
20 Answers
270 Views
0 Votes 20 Answers 270 Views
Hi, I am trying to use agent with a sample, very simple task. But it stucks and task does not finish. In UI in console I see what I pasted on image. Do you k...
12 months ago
0 Hi, Can I Run An

Thanks! 🙂

10 months ago
0 Hi, Can I Run An

SuccessfulKoala55 thank you for the response; what about the second part of question (stopping)?

10 months ago
0 Hi, Can I Run An

AgitatedDove14 one more question regarding this issue
Is it possible to change parameter space dynamically.
(dummy) example:
Our optimization is a task when we sample from [1,2,3] twice. At the situation when 3 is chosen twice, eliminate 3 from one sampling range, so make the sampling x1 from [1,2,3] and x2 from [1,2]

10 months ago
0 Hi, Can I Run An

AgitatedDove14 in fact in our case we want to use simple strategies, RandomSearch is enough, but the problem is that we need to change the ranges dynamically

10 months ago
0 Hi, Can I Run An

In fact, as I assume, we need to write our custom HyperParameterOptimizer, am I right?

10 months ago
11 months ago
0 Hi, I Am Trying To Use Agent, But I Have A Problem. Execution Of Task Stucks Like This

clearml-agent daemon --docker --foreground --debug
usage: clearml-agent [-h] [--help] [--version] [--config-file CONFIG_FILE] [--debug]
{execute,build,list,daemon,config,init} ...
clearml-agent: error: unrecognized arguments: --debug

11 months ago
11 months ago
0 Hi, Can I Run An

Wow, that looks insteresting 🙂 Thank you, AgitatedDove14

10 months ago
0 Hi, We Have Quite An Unusual Issue. We Run Some Agents, We Attach Them To Queue. They Are Doing The Job (They Are Doing Hyperparameter Optimization), However They Are Not Visible Either In:

SuccessfulKoala55 So, we have two problems:
Probably minor one, but strange. We run some number of workers using given compose file, that is attached in .zip. We can do:docker compose -f docker-compose-worker.yaml build docker compose -f docker-compose-worker.yaml upand in theory there should be 10 agents running, but frequently, not 10 are shown in UI (for example on last run we got 3 of them). When we run htop , we can see 10 agents in our system. What is even more strange, those...

10 months ago
0 Hi, We Have Quite An Unusual Issue. We Run Some Agents, We Attach Them To Queue. They Are Doing The Job (They Are Doing Hyperparameter Optimization), However They Are Not Visible Either In:

We are using docker compose and image: allegroai/clearml:latest (not changed, default one), we restarted the server yesterday. I'll write something more about this problem (how to replicate) soon

10 months ago
5 months ago
0 Hi, I Am Trying To Use Agent, But I Have A Problem. Execution Of Task Stucks Like This

CostlyOstrich36 have you ever seen something like my case maybe?

11 months ago
0 Hi, Do You Know More Or Less How Many Workers Can Server Work With. Have You Make Such Stress-Tests? The Thing Is That We Have Some Power Run Agent On (For Example 200 Agents). Will It Handle That? Suppose, That Machine That The Server Runs On Has Around

SuccessfulKoala55 hmm, we are trying to do something like that and we are encountering problems. We are doing big hyperparameter optimization on 200 workers and some tasks are failing (while with less workers they are not failing). Also, UI also has some problems with that. Maybe there are some settings that should be corrected in comparison to classic configuration?

10 months ago
0 Hi, Can I Run An

AgitatedDove14 suppose that we are doing some optimization task (parameter search). This is a task where generally we want to minimize some metric m , but it will be enough to have, say 3 occurences when m<THRESHOLD and when it will happen, we stop the search (and free the resources, that can be needed for some further step)

10 months ago
0 In Ui Such Strange Artifact Is Visible Sometimes. After Reloading Page Looks Fine.

Because it has no coincidence with some specific actions

8 months ago
Show more results compactanswers