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
1 Answers
680 Views
0 Votes 1 Answers 680 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...
8 months ago
0 Votes
24 Answers
593 Views
0 Votes 24 Answers 593 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...
8 months ago
0 Votes
2 Answers
739 Views
0 Votes 2 Answers 739 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 ...
8 months ago
0 Votes
7 Answers
644 Views
0 Votes 7 Answers 644 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-...
8 months ago
0 Votes
7 Answers
601 Views
0 Votes 7 Answers 601 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...
8 months ago
0 Votes
1 Answers
590 Views
0 Votes 1 Answers 590 Views
7 months ago
0 Votes
0 Answers
611 Views
0 Votes 0 Answers 611 Views
finally my HPO runs... what a trip
8 months ago
0 Votes
4 Answers
689 Views
0 Votes 4 Answers 689 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
2 Answers
518 Views
0 Votes 2 Answers 518 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
14 Answers
625 Views
0 Votes 14 Answers 625 Views
8 months ago
0 Votes
1 Answers
695 Views
0 Votes 1 Answers 695 Views
How can I enforce that the clearml-agent starts the task container WITHOUT the dataset cache enabled?
8 months ago
0 Votes
8 Answers
616 Views
0 Votes 8 Answers 616 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
603 Views
0 Votes 6 Answers 603 Views
Is there a way to export all data/artifacts from multiple experiments from the WebApp?
7 months ago
0 Votes
2 Answers
621 Views
0 Votes 2 Answers 621 Views
7 months ago
0 Votes
5 Answers
598 Views
0 Votes 5 Answers 598 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/...
8 months ago