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
6 Questions, 8 Answers
  Active since 04 May 2023
  Last activity 16 days ago

Reputation

0

Badges 1

8 × Eureka!
0 Votes
5 Answers
949 Views
0 Votes 5 Answers 949 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...
one year ago
0 Votes
1 Answers
1K Views
0 Votes 1 Answers 1K Views
one year ago
0 Votes
3 Answers
743 Views
0 Votes 3 Answers 743 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...
one year ago
0 Votes
3 Answers
93 Views
0 Votes 3 Answers 93 Views
Hi all, Once again, I want to ask if there is any convenient way to pass EBS disk throughput/IOPS values to AWS autoscaler parameters?
26 days ago
0 Votes
1 Answers
109 Views
0 Votes 1 Answers 109 Views
Hi all! I have a question regarding AWS Auto-Scaler. Is there a way to set EBS throughput and iops? It is created with baseline values, which is too low for ...
one month ago
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K Views
one year 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!

one year 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 :)

one year 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?

one year 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.

one year ago