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
WickedElephant66
Moderator
10 Questions, 86 Answers
  Active since 10 January 2023
  Last activity 3 months ago

Reputation

0

Badges 1

86 × Eureka!
0 Votes
26 Answers
691 Views
0 Votes 26 Answers 691 Views
Hey, I have my clearml server set up on my local machine , however I want to try clearml- serving on this machine as well; But here's the issue: When I run t...
2 years ago
0 Votes
32 Answers
9K Views
0 Votes 32 Answers 9K Views
Need a little help here; I have a clearml server set up on another machine and clearml configured on my laptop(running in wsl) for some reason I can't seem t...
2 years ago
0 Votes
8 Answers
653 Views
0 Votes 8 Answers 653 Views
Hey, how exactly do we store models generated from a stage in my pipeline? I was looking to store them in h5/ p th formats in particular. Is there an example?
2 years ago
0 Votes
25 Answers
814 Views
0 Votes 25 Answers 814 Views
Hey, So I'm trying to upload an artefact to clearml’s fileserver(I have a self hosted clearml server running), I've uploaded the file using StorageManager.up...
2 years ago
0 Votes
6 Answers
650 Views
0 Votes 6 Answers 650 Views
Hey, I need some help with StorageManager; So I have a minio bucket storing multiple images as objects in it. For some reason, downloading the bucket using t...
2 years ago
0 Votes
13 Answers
727 Views
0 Votes 13 Answers 727 Views
2 years ago
0 Votes
9 Answers
700 Views
0 Votes 9 Answers 700 Views
Hey, I had a doubt with clearml-agent I run it locally in non docker mode, I was wondering if there is a cap to the number of cpu cores that are assigned to ...
2 years ago
0 Votes
4 Answers
663 Views
0 Votes 4 Answers 663 Views
Hello, Here's another observation that I've made, Im using pipeline decorators to make my pipeline. Setting the pipeline controller with pipeline_execution_q...
2 years ago
0 Votes
31 Answers
11K Views
0 Votes 31 Answers 11K Views
Hey, I'm trying to build a clearml pipeline using decorators. My training script includes two modules(.py files) that's stored locally. This however causes a...
2 years ago
0 Votes
2 Answers
691 Views
0 Votes 2 Answers 691 Views
Hello How do I set dependencies for the pipeline controller? I'm using the PipelineDecorator to create my pipeline, and the return value of a stage(in the fo...
2 years ago
0 Hey,

So I'd have to make edits to the docker-compose file for clearml-serving; there would not be any issues arising due to that right?

2 years ago
0 Need

How do I access the logs of the init process?

2 years ago
0 Hey, So I'M Trying To Upload An Artefact To Clearml’S Fileserver(I Have A Self Hosted Clearml Server Running), I'Ve Uploaded The File Using Storagemanager.Upload_File(Path, Url) And Giving The Url As “

So I am able to access it via sending requests to the clearml fileserver but, any way to access it from the dashboard(the main app)?

2 years ago
0 Need

We're initialising a task to ensure it appears on the experiments page;
Also not doing so gave us issues of ‘Missing parent pipeline task’ for a set of experiments we had done earlier

2 years ago
0 Need

That aside, adding mock doesn't really change the error above though

2 years ago
0 Need

SuccessfulKoala55 Any leads f or the above error i n running the script?

2 years ago
0 Need

Exactly what I thought;
That's so odd

2 years ago
0 Need

Tried all three solutions right now;
Oddly enough it doesn't work :(

2 years ago
0 Need

Yes they have been set up as per the new credentials created on the server

2 years ago
0 Need

What exact ly does the error mean

2 years ago
0 Hey,

Yep, the pipeline finishes but the status is still at running . Do we need to close a logger that we use for scalers or anything?

2 years ago
0 Hey,

Hey We figured a temporary solution - by importing the modules and reloading the contents of the artefact by pickle. It still gives us a warning, though training works now. Do send an update if you find a better solution

2 years ago
0 Need

I replaced local host with the host name of the server in the credentials

2 years ago
0 Hey,

Though as per your docs the add_requirements is for a requirements .txt

2 years ago
0 Need

This issue was due to a wsl proxy problem; wsl’s host name couldn't be resolved by the server and that became a problem for running agents. It works fine on Linux machines so far, however.
So no worries :D

2 years ago
0 Hey,

stuff is a package that has my local modules - I've added it to my path by sys.path.insert, though here it isn't able to unpickle

2 years ago
0 Hey,

Not local .py files

2 years ago
0 Hey,

I'm good, David; hope you're good too :D
Thanks for the help! It worked :D

2 years ago
0 Hey, So I'M Trying To Upload An Artefact To Clearml’S Fileserver(I Have A Self Hosted Clearml Server Running), I'Ve Uploaded The File Using Storagemanager.Upload_File(Path, Url) And Giving The Url As “

Also, does PipelineDecorator.upload_model store anything on the fileserver ? I can't seem to understand the use of PipelineDecorator.upload_model() apart from making a model appear on the pipeline task

2 years ago
0 Hey,

Also, if I were to move to g pu machines, how do I assign more cores to a worker or so?

2 years ago
0 Hey,

image

2 years ago
0 Hey,

However, I use this to create an instance of a dataloader(torch) this is fed into my next stage in the pipeline - though I import the local modules and add the folders to the path it is unable to unpickle the artifact

2 years ago
0 Hey, So I'M Trying To Upload An Artefact To Clearml’S Fileserver(I Have A Self Hosted Clearml Server Running), I'Ve Uploaded The File Using Storagemanager.Upload_File(Path, Url) And Giving The Url As “

Yep, that's exactly what's happening.
However here's what I want to do:
upload model to clearml’s fileserver and get the model url in the details for easy download

2 years ago
0 Need

2022-07-12 13:41:39,309 - clearml.Task - ERROR - Action failed <400/12: tasks.create/v1.0 (Validation error (error for field 'name'. field is required!))> (name=custom pipeline logic, system_tags=['development'], type=controller, comment=Auto-generated at 2022-07-12 08:11:38 UTC by mbz1kor@BMH1125053, project=2ecfc7efcda448a6b6e7de61c8553ba1, input={'view': {}})

Traceback (most recent call last):

File "main.py", line 189, in <module>

executing_pipeline( 

File "/home/mbz1kor...

2 years ago
0 Hey,

Nop e

2 years ago
0 Hey,

Thanks for actively replying, David
Any update on the example for saving a model from within a pipeline( specifically in .pth or h5 formats?)

2 years ago
Show more results compactanswers