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
EnviousPanda91
Moderator
12 Questions, 46 Answers
  Active since 10 January 2023
  Last activity one month ago

Reputation

0

Badges 1

38 × Eureka!
0 Votes
5 Answers
733 Views
0 Votes 5 Answers 733 Views
one year ago
0 Votes
10 Answers
699 Views
0 Votes 10 Answers 699 Views
one year ago
0 Votes
4 Answers
606 Views
0 Votes 4 Answers 606 Views
one year ago
0 Votes
16 Answers
713 Views
0 Votes 16 Answers 713 Views
Hi, I’m getting this error when I try to run task on a remote agent with docker mode WEB UI: Please make sure you have the correct access rights and the repo...
one year ago
0 Votes
8 Answers
679 Views
0 Votes 8 Answers 679 Views
Hi all! When I try to run tasks for a agent on machine without GPU this error occurs: docker: Error response from daemon: OCI runtime create failed: containe...
one year ago
0 Votes
6 Answers
658 Views
0 Votes 6 Answers 658 Views
Hi! I am running a code from repository, which is cloned by the following command: git clone ssh://git @ :5109.git but ClearML Web UI shows that repository i...
one year ago
0 Votes
3 Answers
683 Views
0 Votes 3 Answers 683 Views
Hi, when I run clearml-data create --name sampled --project test , this happens: clearml-data - Dataset Management & Versioning CLI Creating a new dataset: R...
one year ago
0 Votes
9 Answers
620 Views
0 Votes 9 Answers 620 Views
hi, how can I get commit id for task using APIClient?
one year ago
0 Votes
2 Answers
643 Views
0 Votes 2 Answers 643 Views
Hi! I'm running clearml-agent in docker mode. I want to install my package from pyproject.toml from my project before the experiment running. I've tried to s...
10 months ago
0 Votes
4 Answers
766 Views
0 Votes 4 Answers 766 Views
one year ago
0 Votes
9 Answers
692 Views
0 Votes 9 Answers 692 Views
one year ago
0 Votes
12 Answers
752 Views
0 Votes 12 Answers 752 Views
Hey! I have my custom model, that uses models from populars frameworks inside, such as LGBM, CatBoost etc. Also it have multiple instances of one models of o...
one year ago