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
FreshBat85
Moderator
1 Question, 4 Answers
  Active since 10 January 2023
  Last activity one year ago

Reputation

0

Badges 1

4 × Eureka!
0 Votes
8 Answers
498 Views
0 Votes 8 Answers 498 Views
Hi i am encountering some difficulties while trying to run the examples of the ClearML Documenation (e.g. https://clear.ml/docs/latest/docs/guides/pipeline/p...
2 years ago
0 Hi I Am Encountering Some Difficulties While Trying To Run The Examples Of The Clearml Documenation (E.G.

Hi AgitatedDove14 , yes this quite likely. Thank you for your recommendation

one year ago
0 Hi I Am Encountering Some Difficulties While Trying To Run The Examples Of The Clearml Documenation (E.G.

Hi AgitatedDove14 , sorry for my late reply. Yes I was able to solve the issue with it

one year ago
0 Hi I Am Encountering Some Difficulties While Trying To Run The Examples Of The Clearml Documenation (E.G.

and here is the full log:
` 2022-04-13 10:02:21
task 9def34949d4c4530af9805f49afeed89 pulled from 2fd2e1c853824d4ca955ab38662a205e by worker DESKTOP-892UKB3:0
2022-04-13 10:02:30
Current configuration (clearml_agent v1.2.2, location: C:/Users/natte/AppData/Local/Temp/.clearml_agent.v33hbl_p.cfg):

agent.worker_id = DESKTOP-892UKB3:0
agent.worker_name = DESKTOP-892UKB3
agent.force_git_ssh_protocol = false
agent.python_binary =
agent.package_manager.type = pip
agent.packa...

2 years ago
0 Hi I Am Encountering Some Difficulties While Trying To Run The Examples Of The Clearml Documenation (E.G.

Yes this happens with all examples i'm trying to run on this particular machine. The Machine itself runs on Windows 10 and i'm using version 1.2.2 of the agent

2 years ago