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
TrickySheep9
Moderator
71 Questions, 428 Answers
  Active since 10 January 2023
  Last activity 8 months ago

Reputation

0

Badges 1

383 × Eureka!
0 Votes
17 Answers
1K Views
0 Votes 17 Answers 1K Views
Is it possible to increase the polling interval for k8s glue? Currently it is 5 seconds I believe. Would adding an argument for it help? Can do a PR if so
3 years ago
0 Votes
11 Answers
1K Views
0 Votes 11 Answers 1K Views
Need some help with shell script for a task that is not running from what I can see: Have a apt-get install -y poppler-utils and I don’t see it being install...
3 years ago
0 Votes
7 Answers
1K Views
0 Votes 7 Answers 1K Views
Anyway to make a job fail if the required python version (3.7 vs 3.8 for example) is not available in the agent?
3 years ago
0 Votes
6 Answers
950 Views
0 Votes 6 Answers 950 Views
Can someone confirm if docker_setup_bash_script works with k8s integration? Doesn’t seem to for me, and wanted to confirm if I was doing something wrong.
3 years ago
0 Votes
4 Answers
1K Views
0 Votes 4 Answers 1K Views
Is there a way to do s3 -> s3 copy while doing a dataset? I don’t want to get it to local from s3 and then upload as a dataset to s3
3 years ago
0 Votes
3 Answers
926 Views
0 Votes 3 Answers 926 Views
Wondering how the services to access can be setup
3 years ago
0 Votes
21 Answers
1K Views
0 Votes 21 Answers 1K Views
After I have create a task and closed it in a notebook, any activity seems to trigger another task. For example:
3 years ago
0 Votes
3 Answers
1K Views
0 Votes 3 Answers 1K Views
3 years ago
0 Votes
3 Answers
1K Views
0 Votes 3 Answers 1K Views
What is parent task for a dataset? When does it get populated?
3 years ago
0 Votes
0 Answers
974 Views
0 Votes 0 Answers 974 Views
Can I do these from a notebook? https://github.com/allegroai/clearml/blob/master/examples/pipeline/step2_data_processing.py
3 years ago
0 Votes
18 Answers
1K Views
0 Votes 18 Answers 1K Views
Does clearml-session work in a Kubernetes environment?
3 years ago
Show more results questions
0 How To Update The Logging Level Of All Loggers In Clearml?

yeah meant this, within clearml.conf:

logging {} sdk {}

2 years ago
3 years ago
0 After I Have Create A Task And Closed It In A Notebook, Any Activity Seems To Trigger Another Task. For Example:

How can I ensure that additional tasks aren’t created for a notebook unless I really want to?

3 years ago
0 Is It Possible To Schedule Pipelines On Events Like Dataset Update?

Essentially, if I have a dataset on which I am performing transformations and then creating other downstream datasets

3 years ago
0 Is It Possible To Schedule Pipelines On Events Like Dataset Update?

AgitatedDove14 - thanks for the quick reply. automation.Monitor is the abstraction i could use?

3 years ago
0 Is It Possible To Do Additional Setup (The

It’s a bit difficult to figure out the exact key. Will try this to see if it works

3 years ago
0 Is It Possible To Do Additional Setup (The

SuccessfulKoala55 what’s the right way to do this using the SDK. I use Task.init but the option is there only in Task.create? (I have always been indecisive on when to use init vs create as well). Pointers?

3 years ago
0 How To Update The Logging Level Of All Loggers In Clearml?

Thanks you! Does this go as a root logging {} element in the main conf? outside SDK right?

2 years ago
3 years ago
0 Hi Folks Any Info On When The Helm Chart Will Be Updated For 1.0.1 ?

Yeah meant the 1.0+ release as I don’t think the chart has been updated

3 years ago
Show more results compactanswers