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
ExasperatedCrocodile76
Moderator
17 Questions, 46 Answers
  Active since 10 January 2023
  Last activity one year ago

Reputation

0

Badges 1

45 × Eureka!
0 Votes
7 Answers
662 Views
0 Votes 7 Answers 662 Views
Hey everyone ! Seems like i can not run my task remotely <- is something missing in the config (agent) , should i specify all the versions? I attach full log
one year ago
0 Votes
5 Answers
612 Views
0 Votes 5 Answers 612 Views
one year ago
0 Votes
23 Answers
695 Views
0 Votes 23 Answers 695 Views
one year ago
0 Votes
7 Answers
624 Views
0 Votes 7 Answers 624 Views
Hello everyone ! My clearml-agent was working fine. After computer restart i got this error : clearml_agent: ERROR: create..Validator.init() got an unexpecte...
one year ago
0 Votes
5 Answers
686 Views
0 Votes 5 Answers 686 Views
Hello everyone, I have run my training script train.py on my local machine which just works fine and logs everything. In my code it looks like this: # CODE #...
one year ago
0 Votes
5 Answers
670 Views
0 Votes 5 Answers 670 Views
Hey when I would like to remove experiment from project from app.clear.ml I got this message : Clone Of results Invalid dataview query (Trying to create too ...
one year ago
0 Votes
1 Answers
704 Views
0 Votes 1 Answers 704 Views
one year ago
0 Votes
5 Answers
657 Views
0 Votes 5 Answers 657 Views
Hi all! I am solving the following issue -> file1.py task = Task.create( task_name="XXX", project_name='XXX', repo="XXX", branch='master', script= 'XXX/task2...
one year ago
0 Votes
9 Answers
579 Views
0 Votes 9 Answers 579 Views
Hi guys ! i am using my agent in docker mode (everything prepared for experiments). I am facing following challenge. In my code: import textwrap from clearml...
one year ago
0 Votes
1 Answers
660 Views
0 Votes 1 Answers 660 Views
Hi everyone ! I am running clearml-agent in docker mode. Right now in my clearml.config I have following section: api { # Notice: 'host' is the api server (d...
one year ago
0 Votes
2 Answers
667 Views
0 Votes 2 Answers 667 Views
Hello everyone ! I am solving the following case: Let's say we have a train.py which imports augmentations from augmentations.py (f rom augmentations import ...
one year ago
0 Votes
1 Answers
585 Views
0 Votes 1 Answers 585 Views
one year ago
0 Votes
1 Answers
763 Views
0 Votes 1 Answers 763 Views
Hello everyone! I found out that you can add a url to wheel into requirements.txt -> Any idea when i have only this in reuqirements ( http://dl.fbaipublicfil...
one year ago
0 Votes
14 Answers
646 Views
0 Votes 14 Answers 646 Views
one year ago
0 Votes
2 Answers
662 Views
0 Votes 2 Answers 662 Views
Hello everyone . I am using clearml-agent daemon . Lets consider following situation: I have my clearml-agent daemon running -> it has some python_binary var...
one year ago
0 Votes
2 Answers
640 Views
0 Votes 2 Answers 640 Views
Hello everyone ! I would like to https://github.com/allegroai/clearml/blob/master/examples/pipeline/pipeline_from_tasks.py from https://github.com/allegroai/...
one year ago
0 Votes
25 Answers
768 Views
0 Votes 25 Answers 768 Views
Hello everyone ! I tried to reproduce your tutorial : https://github.com/thepycoder/urbansounds8k . Basically I got still the same issue: 2022-11-21 09:57:31...
one year ago