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 one month ago

Reputation

0

Badges 1

86 × Eureka!
0 Votes
4 Answers
548 Views
0 Votes 4 Answers 548 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...
one year ago
0 Votes
6 Answers
548 Views
0 Votes 6 Answers 548 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...
one year ago
0 Votes
25 Answers
685 Views
0 Votes 25 Answers 685 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...
one year ago
0 Votes
13 Answers
605 Views
0 Votes 13 Answers 605 Views
one year ago
0 Votes
9 Answers
586 Views
0 Votes 9 Answers 586 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 ...
one year ago
0 Votes
2 Answers
544 Views
0 Votes 2 Answers 544 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...
one year ago
0 Votes
26 Answers
576 Views
0 Votes 26 Answers 576 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...
one year ago
0 Votes
8 Answers
561 Views
0 Votes 8 Answers 561 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?
one year ago
0 Votes
32 Answers
6K Views
0 Votes 32 Answers 6K 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...
one year ago
0 Votes
31 Answers
5K Views
0 Votes 31 Answers 5K 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...
one year ago
0 Need

I had initially just pasted the new credentials in place of the existing ones in my conf file;
Running clearml-init now fails at verifying credentials

one year 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

one year 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)?

one year 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

one year 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 the issue is that the model url points to the file location on my machine,
Is there a way for me to pass the model url something else?

one year ago
one year ago
0 Need

image

one year ago
0 Need

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

one year ago
0 Need

Exactly what I thought;
That's so odd

one year ago
0 Need

Configuration completed now; I t was a proxy issue from my end
However running my pipeline from a different m achine still gives me a problem

one year ago
0 Need

How do I access the logs of the init process?

one year ago
0 Need

Simple doubt

one year 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?)

one year ago
0 Need

I have hidden the host name as well

one year ago
Show more results compactanswers