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
DefeatedOstrich93
Moderator
2 Questions, 5 Answers
  Active since 10 January 2023
  Last activity one year ago

Reputation

0

Badges 1

5 × Eureka!
0 Votes
7 Answers
568 Views
0 Votes 7 Answers 568 Views
I am using pytorch lightning with ddp accelerator on 4 gpus, and I found every checkpoint is recorded 4 times on web UI with different ids. One is on default...
3 years ago
0 Votes
8 Answers
530 Views
0 Votes 8 Answers 530 Views
hi, I am wondering why do I need to create files before applying diff ? https://github.com/allegroai/clearml-agent/blob/master/clearml_agent/helper/repo.py#L...
3 years ago
0 Hi, I Am Wondering Why Do I Need To Create Files Before Applying Diff ?

I added an untracked file in client, so 'git diff origin' recorded it. After clone the experiment, clearml-agent creates the untrack file first and tries to apply the diff. But the git apply failed, the error message is the "xxx already exists in working directory" (xxx is the name of the untracked file)

3 years ago
0 Hi, I Am Wondering Why Do I Need To Create Files Before Applying Diff ?

let me try to describe, i am not sure it will work:

  1. add store_code_diff_from_remote: true in clearml.conf
  2. find a repo, run an experiment
  3. touch a new file xxx
  4. git add xxx
  5. clone the task in web UI
  6. start an agent and enqueue the cloned task
3 years ago
3 years ago