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
FloppyDeer99
Moderator
8 Questions, 49 Answers
  Active since 10 January 2023
  Last activity 5 months ago

Reputation

0

Badges 1

43 × Eureka!
0 Votes
2 Answers
845 Views
0 Votes 2 Answers 845 Views
3 years ago
0 Votes
24 Answers
361 Views
0 Votes 24 Answers 361 Views
@<1523701205467926528:profile|AgitatedDove14> When I send a request of creating a user to ClearML-APIServer, it logs an error likes this: > [2022-05-17 09:34...
2 years ago
0 Votes
0 Answers
928 Views
0 Votes 0 Answers 928 Views
3 years ago
0 Votes
3 Answers
815 Views
0 Votes 3 Answers 815 Views
Hi
Hi TimelyPenguin76 AgitatedDove14 SuccessfulKoala55 ,does a task support to be set custom parameters? I want to use k8s.py(/glue) to create a Job in Kubernet...
3 years ago
0 Votes
9 Answers
822 Views
0 Votes 9 Answers 822 Views
Hi,
Hi, SuccessfulKoala55 TimelyPenguin76 . Two K8s integration flavours section in https://github.com/allegroai/clearml-agent confuses me a lot. It introduces a...
3 years ago
0 Votes
35 Answers
13K Views
0 Votes 35 Answers 13K Views
Hi,
Hi, SuccessfulKoala55 TimelyPenguin76 AgitatedDove14 , can I modify company id in open source version? I succeed to replace default company id with newID in ...
3 years ago
0 Votes
10 Answers
327 Views
0 Votes 10 Answers 327 Views
..
@<1523701205467926528:profile|AgitatedDove14> @<1523701087100473344:profile|SuccessfulKoala55> Hi, I have a question when using pipeline. I use pipeline with...
one year ago
0 Votes
9 Answers
826 Views
0 Votes 9 Answers 826 Views
Hi, every one, what is the algorithm to schedule a task after pulling it from a queue in agent? I am using ClearML Open Source. Thanks in advance.
3 years ago
0 Hi,

image

3 years ago
2 years ago
0 When I Send A Request Of Creating A User To Clearml-Apiserver, It Logs An Error Likes This:

Sorry, my test environment crashed. I have to fix it first to reproduce the problem. 😓

2 years ago
0 Hi,

How can I fresh DB? Mongo or Redis?

3 years ago
0 Hi, Every One, What Is The Algorithm To Schedule A Task After Pulling It From A Queue In Agent? I Am Using Clearml Open Source. Thanks In Advance.

Hi TimelyPenguin76 , thanks for you reply. I still confuse about ClearML’s orchestration. Could you describe it in detail?

3 years ago
0 Hi, Every One, What Is The Algorithm To Schedule A Task After Pulling It From A Queue In Agent? I Am Using Clearml Open Source. Thanks In Advance.

Thanks TimelyPenguin76 , I think I got it, but I have new questions when reading README of ClearML Agent. And I gave my questions in community just now, could you have a look at them? https://clearml.slack.com/archives/CTK20V944/p1626251661217200

3 years ago
0 ..

Thanks

one year ago
0 Hi,

Since k8s has no real priority/order the scheduling order is not guaranteed form this point.

K8s can schedule pod with different priorities. So maybe no real scheduling means there is no ClearML scheduling after applying pod to k8s.

only if it is sure there are enough resources to actually spin the job now

In 1.0.2 version, I do not find any logic about checking k8s resource in k8s.py. Does it will implement in the future?

3 years ago
0 ..

I want to know the total fields(string reference mentioned above) which can be used as input of step2. Are these fields of ClearML Task?

one year ago
0 Hi, Every One, What Is The Algorithm To Schedule A Task After Pulling It From A Queue In Agent? I Am Using Clearml Open Source. Thanks In Advance.

Hi, SuccessfulKoala55 Maybe this is not a good question. In other words, docs introduce that ClearML Open Source supports orchestration, how can I found the relating codes? And what the role of clearml-agent in orchestration, a combination of kube-scheduler and kubelet?

3 years ago
0 Hi,

Also - did you start with a fresh DB after changing the default company value?

No, I just restart the apiserver and webserver pod.

3 years ago
0 ..

According to pipeline_from_functions.py , it is easy to understand that step1 returns data_frame and I can use it as input of step2. But I have no idea what string reference could be used when steps come from Task?

code

pipe.add_function_step(
    name='step_one',
    function=step_one,
    function_kwargs=dict(pickle_data_url='${pipeline.url}'),
    function_return=['data_frame'],
    cache_executed_step=True,
)
pipe.add_function_step(
    name='step_two',
    # parents=['st...
one year ago
0 Hi,

And no real scheduling in README exactly means that ClearML will not do scheduling for task which may provided in paid tier? In other words, Kubernetes will schedule the Pod for me. Is it right?

3 years ago
0 ..

Got it!

one year ago
0 Hi,

README introduces that no real scheduling when using Kubernetes. But I think no matter launch a Pod or Job that the Pod will be scheduled through k8s scheduler exception specifying the nodeName in Pod specification. This confuses me a lot. What is the meaning of no real scheduling I don’t understand no verification of docker image

3 years ago
0 Hi,

Thanks for your reply 😀 !

3 years ago
0 ..

Another question: can I mix steps with Task and Function?

one year ago
0 Hi,

What is meaning of ‘the scheduling is done before that’? Does it mean the ClearML will schedule the task for me?

3 years ago
Show more results compactanswers