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
SuccessfulPuppy43
Moderator
2 Questions, 3 Answers
  Active since 27 June 2024
  Last activity one month ago

Reputation

0

Badges 1

3 × Eureka!
0 Votes
2 Answers
234 Views
0 Votes 2 Answers 234 Views
I need some help with setting up ClearML agent on Kubernetes. I've got it running, and taking jobs from a queue. However, during the preparation for the job,...
one month ago
0 Votes
2 Answers
285 Views
0 Votes 2 Answers 285 Views
Hi all! I’m trying to set up remote-launching of training scripts on ClearML autoscaler, and I can’t figure out one thing: how to make remote ClearML agent d...
2 months ago
0 I Need Some Help With Setting Up Clearml Agent On Kubernetes. I'Ve Got It Running, And Taking Jobs From A Queue. However, During The Preparation For The Job, When It'S Installing Cython And Pip, It Decides To
working_dir = .
created virtual environment CPython3.10.12.final.0-64 in 707ms
  creator CPython3Posix(dest=/root/.clearml/venvs-builds/3.10, clear=False, no_vcs_ignore=False, global=True)
  seeder FromAppData(download=False, pip=bundle, setuptools=bundle, wheel=bundle, via=copy, app_data_dir=/root/.local/share/virtualenv)
    added seed packages: pip==24.1, setuptools==70.1.0, wheel==0.43.0
  activators BashActivator,CShellActivator,FishActivator,NushellActivator,PowerShellActivator,Py...
one month ago
one month ago
2 months ago