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 11 months ago

Reputation

0

Badges 1

56 × Eureka!
0 Votes
2 Answers
757 Views
0 Votes 2 Answers 757 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...
11 months ago
0 Votes
8 Answers
861 Views
0 Votes 8 Answers 861 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?
11 months ago
0 Votes
14 Answers
894 Views
0 Votes 14 Answers 894 Views
12 months ago
0 Votes
1 Answers
986 Views
0 Votes 1 Answers 986 Views
How can I enforce that the clearml-agent starts the task container WITHOUT the dataset cache enabled?
12 months ago
0 Votes
24 Answers
849 Views
0 Votes 24 Answers 849 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...
12 months ago
0 Votes
2 Answers
922 Views
0 Votes 2 Answers 922 Views
11 months ago
0 Votes
5 Answers
860 Views
0 Votes 5 Answers 860 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/...
12 months ago
0 Votes
6 Answers
873 Views
0 Votes 6 Answers 873 Views
Is there a way to export all data/artifacts from multiple experiments from the WebApp?
11 months ago
0 Votes
0 Answers
832 Views
0 Votes 0 Answers 832 Views
finally my HPO runs... what a trip
12 months ago
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K 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 ...
12 months ago
0 Votes
7 Answers
830 Views
0 Votes 7 Answers 830 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...
12 months ago
0 Votes
1 Answers
871 Views
0 Votes 1 Answers 871 Views
11 months ago
0 Votes
7 Answers
868 Views
0 Votes 7 Answers 868 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-...
12 months ago
0 Votes
4 Answers
1K Views
0 Votes 4 Answers 1K 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...
11 months ago
0 Votes
1 Answers
921 Views
0 Votes 1 Answers 921 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...
12 months ago