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 3 months ago

Reputation

0

Badges 1

43 × Eureka!
0 Votes
9 Answers
638 Views
0 Votes 9 Answers 638 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 Votes
35 Answers
11K Views
0 Votes 35 Answers 11K 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 ...
2 years ago
0 Votes
0 Answers
761 Views
0 Votes 0 Answers 761 Views
2 years ago
0 Votes
10 Answers
172 Views
0 Votes 10 Answers 172 Views
..
@<1523701205467926528:profile|AgitatedDove14> @<1523701087100473344:profile|SuccessfulKoala55> Hi, I have a question when using pipeline. I use pipeline with...
one year ago
0 Votes
24 Answers
213 Views
0 Votes 24 Answers 213 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
9 Answers
668 Views
0 Votes 9 Answers 668 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
2 Answers
661 Views
0 Votes 2 Answers 661 Views
3 years ago
0 Votes
3 Answers
665 Views
0 Votes 3 Answers 665 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 Hi,

image

2 years ago
0 Hi,

In any case the user associated with the credentials you use is not assigned to the same cinoany ID you replaced

More in detail?

2 years ago
0 Hi,

image

2 years ago
0 Hi,

image

2 years ago
0 Hi,

Thanks a lot! I’ ll replace credentials with new user in assigned to a new company ID to call users.get_all again.

2 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,

I set ClearML up with Kubernetes Helm.

2 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 ..

Thanks

one year ago
0 ..

Got it!

one year ago
0 ..

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

one year ago
0 Hi,

image

2 years ago
0 I’M Getting 404 Errors When Trying To Click Links For Notebook Artifacts And I’M Trying To Figure Out If It’S The File Or If It’S The File Server. Is There Some Sort Of Endpoint We Can Hit On The Fileserver To Verify It’S Available?

I meet the same problem.
I curl elastic and get the following result(picture 1).
I check the response of debug images from web UI, and I get the picture2.

version

I deploy clearml in 1.1.1 with helm, and use 1.0.4 clearml package.

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

I am sure that I delete this user in auth.user and backend.user before call auth.create_user

2 years ago
0 When I Send A Request Of Creating A User To Clearml-Apiserver, It Logs An Error Likes This:
  • delete documents in auth.user and backend.user - > see picture
2 years ago
0 When I Send A Request Of Creating A User To Clearml-Apiserver, It Logs An Error Likes This:

I check it with the following result:

action:

auth.create_user

mongo:

see picture

apiserver logs:
`[2022-05-17 10:02:50,024] [8] [WARNING] [clearml.service_repo] Returned 400 for auth.create_user in 8ms, msg=Value combination already exists: email=

`

image

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

How can I ensure that whether this email has existed in the server?

Check mongo?

2 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,

I have another question. Does the following apis in the picture are served by both of apiserver and webserver, or just one of them ?

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

hi , @<1687645223846416384:profile|GracefulToad94> .
About Upgrade.

This version is deployed in the productive environment, so it is not easy to upgrade it.

About special user.

an ordinary user with the following information:
url:

http://{webServerHost}/api/v2.13/auth/create_user

createRequest:

type AuthCreateUserReq struct {
   Avatar     string 
   // brain, this value is also configured for apiserver's env CLEARML__APISERVER__DEFAULT_COMPANY(brain)
  ...
2 years ago
0 Hi,

Are you sending these requests manually?
COK. In any case, you should be looking at the

I send them with curl.

2 years ago
0 Hi,

image

2 years ago
0 Hi,

In any case, the said credentials are valid for the company ID defined using 

apiserver.default_company

It really works for apiserver, but webserver does not have the default_company configuration.

2 years ago
Show more results compactanswers