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
RipeSeaanemone60
Moderator
2 Questions, 4 Answers
  Active since 16 November 2024
  Last activity 7 months ago

Reputation

0

Badges 1

4 × Eureka!
0 Votes
3 Answers
772 Views
0 Votes 3 Answers 772 Views
7 months ago
0 Votes
3 Answers
997 Views
0 Votes 3 Answers 997 Views
9 months ago
0 Hello! I Am New To Clearml And Trying To Set It Up For My Org, And Have A Question Regarding Git Repository. So From What I Understood, Clearml Agent Spins Up A Docker Container And Then Clone The Github Repository, My Problem Is It Is Taking Too Long As

For now, I found that I can use CLEARML_AGENT_FORCE_CODE_DIR, but I have two questions:

First I was passing this through the extra docker arguments in Task UI, but is there a way to pass this flag through agent config? clearml.conf.

Second, I noticed that if I use this flag, it do not apply uncommitted changes, is there a way to do that and to switch to the proper commit?

7 months ago