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 2 years ago

Reputation

0

Badges 1

94 × Eureka!
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K 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?
2 years ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K 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...
3 years ago
0 Votes
14 Answers
2K Views
0 Votes 14 Answers 2K 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...
3 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
2 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
Hi, is there a way to abort task (not reset, not delete) from code?
2 years ago
0 Votes
30 Answers
2K Views
0 Votes 30 Answers 2K Views
Hi, I am trying to use agent, but I have a problem. Execution of task stucks like this
3 years ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K 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.?
2 years ago
0 Votes
7 Answers
2K Views
0 Votes 7 Answers 2K 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...
2 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K 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...
2 years ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K 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...
3 years ago
0 Votes
4 Answers
2K Views
0 Votes 4 Answers 2K 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 ...
2 years ago
0 Votes
13 Answers
2K Views
0 Votes 13 Answers 2K Views
3 years ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K 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...
2 years ago
0 Votes
4 Answers
2K Views
0 Votes 4 Answers 2K 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='...
2 years ago
0 Votes
9 Answers
2K Views
0 Votes 9 Answers 2K 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)
2 years ago
0 Votes
20 Answers
2K Views
0 Votes 20 Answers 2K 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...
3 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K 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...
2 years ago
0 Votes
3 Answers
2K Views
0 Votes 3 Answers 2K 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 ...
2 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
2 years ago
0 Votes
3 Answers
2K Views
0 Votes 3 Answers 2K 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...
3 years ago
0 Votes
3 Answers
2K Views
0 Votes 3 Answers 2K 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...
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
2 Answers
2K Views
0 Votes 2 Answers 2K 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?
2 years ago
0 Votes
4 Answers
2K Views
0 Votes 4 Answers 2K Views
In UI such strange artifact is visible sometimes. After reloading page looks fine.
2 years ago
0 Votes
3 Answers
2K Views
0 Votes 3 Answers 2K Views
3 years ago
0 Votes
4 Answers
2K Views
0 Votes 4 Answers 2K Views
Hi, I know that ClearML uses local changes for patching and running script. Can it also do the same with local commits?
2 years ago
0 Votes
8 Answers
2K Views
0 Votes 8 Answers 2K Views
2 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K 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)?
2 years ago
0 Votes
19 Answers
2K Views
0 Votes 19 Answers 2K 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?
3 years ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K 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 ...
2 years ago
0 Hi, Is There A Possibility To Use One Gpu Card With 2 Agents Concurrently (There Are Tasks That Need Only Fraction Of A Card)

because when I run that normally it differentiates workers basing on gpu that it is using

2 years ago
0 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:

version:
1.8.1hack line:
#scheduler._schedule_jobs[0]._last_executed = datetime.utcnow() - relativedelta(days=1)

2 years ago
0 Tasks Can Be Put In Draft State - If We Will Execute:

The problem is that we have a a complex configuration of pipeline. Configuration changes quite frequently and we would not like to run the pipeline every time configuration changes, but we would like to have it scheduled in some defined periods.

Do you have an idea of some workaround / alternative solution for that problem?

2 years ago
0 Hi, I Have A Case When I Want To Clone Tasks And Set Some Parameters For Them. I Noticed, That I Can'T Pass Numbers, Only Strings Are Possible There. When I'M Trying To Pass A Number, The Default Value Is Not Overriden. Do You Know Maybe If Numbers Can Be

version 1.8.1
No, there are no error messages. The behaviour is just very strange (or even incorrect)

Suppose that this is a task that is cloned:
` base_task = replacement_task.create_function_task(
func=some_func, # type: Callable
func_name=f'func_id_run_me_remotely_nr', # type:Optional[str]
task_name=f'a func task', # type:Optional[str]
# everything below will be passed directly to our function as arguments
some_argument=message,
some_argument_2=message,
rand...

2 years ago
0 Tasks Can Be Put In Draft State - If We Will Execute:

Pipeline can also be in draft mode?

2 years ago
0 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 Know What I Might Be Doing Wrong? Agent Is Run In Virtual Env Mode

AgitatedDove14 do I need to have the repo that I am running on my account? Even if it is public repo, like repo with your (clearml) examples:

SOURCE CODE
REPOSITORY
https://github.com/allegroai/clearml.git
BRANCH NAME
Latest in branch master
SCRIPT PATH
pytorch_matplotlib.py
WORKING DIRECTORY
examples/frameworks/pytorch

?

3 years ago
0 Hi, Suppose, That I Run Server On Machine

AgitatedDove14 do you know if it possible not to open ports on machines B_i where agents reside?

3 years ago
0 Hi, Can I Run An

Thanks! 🙂

3 years ago
0 Hi, Can I Run An

Regarding this last question - I know that there is possibility to set up some budget - for example seconds of running after which optimization stops. But is there a possibility to specify a boolean condition when work should stop?

3 years 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)

3 years 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]

3 years 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

3 years ago
0 Hi, Can I Run An

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

3 years ago
0 Hi, Can I Run An

SuccessfulKoala55 Thank you for the response! Let me elaborate a bit to check if I understand this correctly.
We have a time-consuming task T based on optimization for parameters. We want to run hyperparameter optimization for T, suppose that we want to run it for 100 sets of parameters.
We want to leverage the fact that we have n machines to make the work parallel.

So for that we use https://clear.ml/docs/latest/docs/references/sdk/hpo_optimization_hyperparameteroptimizer/ , we run Agent...

3 years ago
0 Hi, Can I Run An

I assume, that even this is a thing that we would need:
https://clear.ml/docs/latest/docs/references/sdk/hpo_parameters_discreteparameterrange

But I would need to re-init this class when set of parameters, changes, right?

3 years ago
Show more results compactanswers