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
FrustratingBee69
Moderator
4 Questions, 5 Answers
  Active since 04 May 2023
  Last activity 4 months ago

Reputation

0

Badges 1

5 × Eureka!
0 Votes
3 Answers
243 Views
0 Votes 3 Answers 243 Views
Hi! Once again, I'm having trouble with the autoscaler. If the 'setup shell script' field is present, the task won't start. It woulf install all the requirem...
4 months ago
0 Votes
2 Answers
664 Views
0 Votes 2 Answers 664 Views
11 months ago
0 Votes
5 Answers
435 Views
0 Votes 5 Answers 435 Views
Hi everyone, I have some questions regarding clearml aws_autoscaler.py. First one: On AWS machine agent runs with this command: python -m clearml_agent --con...
6 months ago
0 Votes
1 Answers
623 Views
0 Votes 1 Answers 623 Views
12 months ago
0 Hi! Once Again, I'M Having Trouble With The Autoscaler. If The 'Setup Shell Script' Field Is Present, The Task Won'T Start. It Woulf Install All The Requirements In The Newly Created Instance And Then Stop. My Setup Script Is:

I was trying to

  • "Remove the default docker image (UI) or set it to None (SDK) to signal ClearML to run the agent without docker"But it didn't work for me. Upon starting, agent trying to run task with arg '--docker None' or '--docker none:latest',

Task itself defines docker image as 'None' if value is empty.

4 months ago
0 Hi! Once Again, I'M Having Trouble With The Autoscaler. If The 'Setup Shell Script' Field Is Present, The Task Won'T Start. It Woulf Install All The Requirements In The Newly Created Instance And Then Stop. My Setup Script Is:

@<1523701070390366208:profile|CostlyOstrich36> I'm launching it via AWS Autoscaler. Is there any configuration to allow spawning tasks outside docker?

4 months ago
0 Hi Everyone, I Have Some Questions Regarding Clearml Aws_Autoscaler.Py.

@<1523701205467926528:profile|AgitatedDove14>

Hi!

I guess all the problems are resolved.

First one: Task parameters, for sure.

Second one: I've looked into our ML engineer's code, and they were using boto3 to download S3 data, not the ClearML API. I guess that's the problem, but I'll find out for sure only tomorrow.

Third one: I've copied the configuration in the UI, and for some reason, it worked :woman-shrugging:

Thank you for your involvement!

6 months ago
0 Hi Everyone, I Have Some Questions Regarding Clearml Aws_Autoscaler.Py.

Oh, thank you! That's definitely the case.

I'll try to set some SDK parameters you mentioned in my other thread aswell :)

6 months ago