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
DisturbedParrot38
Moderator
15 Questions, 58 Answers
  Active since 25 April 2024
  Last activity 7 months ago

Reputation

0

Badges 1

56 × Eureka!
0 Votes
14 Answers
617 Views
0 Votes 14 Answers 617 Views
7 months ago
0 Votes
1 Answers
583 Views
0 Votes 1 Answers 583 Views
7 months ago
0 Votes
24 Answers
584 Views
0 Votes 24 Answers 584 Views
I get these warnings whenever I run pipelines and I have no idea what it means or where it comes from: :1: SyntaxWarning: invalid decimal literal :1: SyntaxW...
7 months ago
0 Votes
7 Answers
587 Views
0 Votes 7 Answers 587 Views
When running an agent inside google colab, I always get this error after dependency installation: 2024-04-27 16:54:12 ERROR: Invalid requirement: 'google goo...
7 months ago
0 Votes
2 Answers
503 Views
0 Votes 2 Answers 503 Views
When I created a dataset by specifying reuse_task_id , how can I then access the plots, scalars of the task corresponding to the dataset? I don't see a funct...
7 months ago
0 Votes
2 Answers
614 Views
0 Votes 2 Answers 614 Views
7 months ago
0 Votes
7 Answers
635 Views
0 Votes 7 Answers 635 Views
I keep running into this issue: error: Could not fetch origin when the docker worker fetches the repository with submodules. It has credentials via ssh-auth-...
7 months ago
0 Votes
4 Answers
676 Views
0 Votes 4 Answers 676 Views
How can I access the commit and uncommitted changes information displayed on the WebApp on the execution tab of a task? I don't see corresponding functions i...
7 months ago
0 Votes
1 Answers
670 Views
0 Votes 1 Answers 670 Views
I hope I'm not too much of a bugger today.. but here's another issue I'm facing currently. Traceback (most recent call last): File "/root/.clearml/venvs-buil...
7 months ago
0 Votes
5 Answers
586 Views
0 Votes 5 Answers 586 Views
I have an environment error when running HPO: ``RuntimeError: Dataset '/home/rini-debian/git-stash/lvgl-ui-detector/datasets/ui_randoms.yaml' error❌❌ '/home/...
7 months ago
0 Votes
8 Answers
602 Views
0 Votes 8 Answers 602 Views
I noticed that Task.get_tasks(project_name=project) is quite slow in my project of over 300 experiments. Is there a faster way of receiving task objects?
7 months ago
0 Votes
6 Answers
591 Views
0 Votes 6 Answers 591 Views
Is there a way to export all data/artifacts from multiple experiments from the WebApp?
7 months ago
0 Votes
0 Answers
590 Views
0 Votes 0 Answers 590 Views
finally my HPO runs... what a trip
7 months ago
0 Votes
2 Answers
718 Views
0 Votes 2 Answers 718 Views
Is it possible to launch the HPO application with the metrics/graphics after running the HPO from code? I am more interested in the graphical representation ...
7 months ago
0 Votes
1 Answers
679 Views
0 Votes 1 Answers 679 Views
How can I enforce that the clearml-agent starts the task container WITHOUT the dataset cache enabled?
7 months ago