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
14 Questions, 57 Answers
  Active since 25 April 2024
  Last activity 5 hours ago

Reputation

0

Badges 1

55 × Eureka!
0 Votes
14 Answers
115 Views
0 Votes 14 Answers 115 Views
22 days ago
0 Votes
0 Answers
207 Views
0 Votes 0 Answers 207 Views
finally my HPO runs... what a trip
22 days ago
0 Votes
1 Answers
115 Views
0 Votes 1 Answers 115 Views
How can I enforce that the clearml-agent starts the task container WITHOUT the dataset cache enabled?
22 days ago
0 Votes
1 Answers
41 Views
0 Votes 1 Answers 41 Views
7 days ago
0 Votes
2 Answers
25 Views
0 Votes 2 Answers 25 Views
3 days ago
0 Votes
8 Answers
14 Views
0 Votes 8 Answers 14 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?
2 days ago
0 Votes
6 Answers
27 Views
0 Votes 6 Answers 27 Views
Is there a way to export all data/artifacts from multiple experiments from the WebApp?
3 days ago
0 Votes
4 Answers
15 Views
0 Votes 4 Answers 15 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...
3 days ago
0 Votes
6 Answers
101 Views
0 Votes 6 Answers 101 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-...
25 days ago
0 Votes
5 Answers
105 Views
0 Votes 5 Answers 105 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/...
22 days ago
0 Votes
1 Answers
212 Views
0 Votes 1 Answers 212 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...
22 days ago
0 Votes
2 Answers
120 Views
0 Votes 2 Answers 120 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 ...
22 days ago
0 Votes
7 Answers
101 Views
0 Votes 7 Answers 101 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...
22 days ago
0 Votes
24 Answers
106 Views
0 Votes 24 Answers 106 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...
22 days ago
0 I Have An Environment Error When Running Hpo:

Back when I wrote this, I thought HPO does something magical for overwriting the general args of the task when cloning.
Turns out it just was my code that was missing a more explicit set_parameter for this environment path.

20 days ago
0 I Get These Warnings Whenever I Run Pipelines And I Have No Idea What It Means Or Where It Comes From:

It comes from the PipelineDecorator.pipeline I assume or from PipelineDecorator.component

22 days ago
0 When Running An Agent Inside Google Colab, I Always Get This Error After Dependency Installation:

The installed packages of the task say this:

# Python 3.11.2 (main, Mar 13 2023, 12:18:29) [GCC 12.2.0]

PyYAML == 6.0.1
clearml == 1.15.1
google google_api_core
google_cloud_storage == 2.16.0
ultralytics == 8.2.2

I do not know where the google_api_core comes from and I'd like to remove it.

22 days ago
0 I Have An Environment Error When Running Hpo:

Hey. I should have closed this..

The thing that I was looking for is called set_parameter on the task.
The HPO uses a task I created previously and I had trouble with that, since it contained a path, which wasn't available on the colab instance.
I fixed my code, so it always updates this parameter depending on the environment.

It was less of an HPO issue, more of a programming failure on the function, which didn't properly update the parameter, even though I thought it should.

20 days ago
0 I Get These Warnings Whenever I Run Pipelines And I Have No Idea What It Means Or Where It Comes From:

Not that I would know of..

I attached the possible problematic argument.
The strings are just regular string, nothing fancy there.

args :
{'epochs': 3, 'imgsz': 480, 'data': '/home/rini-debian/git-stash/lvgl-ui-detector/datasets/ui_randoms.yaml'}

model_variant :
yolov8n

dataset_id :
50e10f640d7548458d9c38ab9aac571b

22 days ago
22 days ago
20 days ago
0 How Can I Tell Clearml To Ignore Certain Submodules Existing In The Project? My Projects Consists Of Multiple Git Submodules And It Is Rather Annoying That The Task Always Tries To Fetch All Submodules, When They Are Not Even Necessary. I Don'T Know How I

Yea, but even though it's cached, it takes quite a long time, because my project has really alot of submodules, due to the submodules having their own submodules as well.

I don't really understand why fetching the submodules is the default.

22 days ago
0 I Get These Warnings Whenever I Run Pipelines And I Have No Idea What It Means Or Where It Comes From:

Yea, I get that.. But it's really hard to tell what's causing it due to the "<unknown>"

22 days ago
0 I Keep Running Into This Issue:

I cleared the vcs cache manually already, it results in the same behaviour illustrated above
(allthough the logs show that it used the cache, I had another run without cache - but don't have the logs from that)

22 days ago
0 I Get These Warnings Whenever I Run Pipelines And I Have No Idea What It Means Or Where It Comes From:

Here are the codefiles for my pipelines.

They do not work yet, I am struggling with the pipeline stuff quite a bit.

But both pipelines always give these warnings.

22 days ago
0 I Keep Running Into This Issue:

On another attempt with a cleaned repository (no dirty commits) I get the same result, even though it states that it got a new commit id, so I'm at a loss at what is actually going wrong here:

`Using cached repository in "/root/.clearml/vcs-cache/lvgl-ui-detector.git.7c8ae2688810ceed26c1ebcc1e911cf2/lvgl-ui-detector.git"
remote: Enumerating objects: 11, done.
remote: Counting objects: 100% (11/11), done.
remote: Compressing objects: 100% (5/5), done.
remote: Total 8 (delta 4), reused 7 ...
25 days ago
0 I Keep Running Into This Issue:

Hi @<1523701087100473344:profile|SuccessfulKoala55>

I am using 1.8.0 for the clearml-agent.

Attached is the logfile.

22 days ago
0 I Get These Warnings Whenever I Run Pipelines And I Have No Idea What It Means Or Where It Comes From:

No idea what's going on now, but I cannot reproduce the behaviour either.. also tried my old code posted here, but the warning doesn't pop up anymore.

I will inform once it pops again and will use the provided traceback function then.

I have a slight suspicion that it was indeed environment based on my local machine, but I have no idea what is the trigger for that.

It may or may not be related to this

2024-04-29 23:38:25,932 - clearml.Task - WARNING - Parameters must be of builtin ty...
20 days ago
0 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?

My experiments are all using YOLOv8 and they contain the data from what is gathered there automatically

one day ago
0 I Keep Running Into This Issue:

If it were possible to override the checkout behaviour I would ignore all submodules anyways, but in the documentation of clearml.conf as well as the pipeline decorator I couldn't find anything that would allow me doing that.

25 days ago
0 I Keep Running Into This Issue:

Any help would be greatly appreciated

25 days ago
Show more results compactanswers