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

Reputation

0

Badges 1

86 × Eureka!
0 Votes
9 Answers
1K Views
0 Votes 9 Answers 1K 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
8 Answers
950 Views
0 Votes 8 Answers 950 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
1K Views
0 Votes 25 Answers 1K 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
4 Answers
985 Views
0 Votes 4 Answers 985 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
2 Answers
1K Views
0 Votes 2 Answers 1K 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 Votes
26 Answers
1K Views
0 Votes 26 Answers 1K 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
6 Answers
959 Views
0 Votes 6 Answers 959 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
1K Views
0 Votes 13 Answers 1K Views
2 years ago
0 Votes
32 Answers
22K Views
0 Votes 32 Answers 22K 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
31 Answers
21K Views
0 Votes 31 Answers 21K 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 Hey,

image

2 years ago
0 Need

image

2 years 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

2 years 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

2 years ago
0 Need

This is the error that I get:

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,

Here's what I get for the initial set up stage of clearml-serving

2 years ago
0 Hey,

Hey so I was able to get the local .py files imported by adding the folder to my path sys .path

2 years ago
0 Hey,

DefiantHippopotamus88 did you get it working?

2 years ago
0 Need

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

2 years ago
0 Hey,

AgitatedDove14 Doesn't look like the same error as that thread.

2 years ago
0 Need

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

2 years ago
2 years ago
0 Hey,

Is there a way to store the return values after each pipeline stage in a format other than pickle?

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,

How would you structure PyTorch pipelines in clearml? Especially dealing with image data

2 years ago
0 Hello,

Yep, no clue why I had two of them either;
It started my pipeline and a few seconds in, another pipeline shows up

2 years ago
0 Hey,

Not local .py files

2 years ago
0 Hello,

More context:
I have agents running the stages and the pipeline being executed locally here.

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,

Do let me know about the cpu cores

2 years ago
0 Hello

More context:
I'm using agents to remotely execute the pipeline,
A weird observation is that adding ‘import timm’ to the pipeline controller doesn't make the agent running the pipeline controller install timm.
Adding to this,
Here I want to run the entire pipeline remotely - both the controller and the components run on agents

2 years ago
0 Hey,

How do I provide a specific output path to store the model? (Say I want to server to store it in ~/models)
I'm training my model via a remote agent.
Thanks to your suggestion I could log the model as an artefact(using PipelineDecorator.upload_model()) - but only the path is reflected; I can't seem to download the model from the server

2 years ago
0 Hey,

Also,
How do I just submit a pipeline to the server to be executed by an agent?
Currently I am able to use P ipeline Decorator.run_locally() to run it ;
However I just want to push it to a queue and make the agent do it's trick, any recommendations ?

2 years ago
0 Hey,

Thanks a lot David !

2 years ago
0 Hey,

http://localhost:9000 http://localhost:9000/%3Cbucket%3E
My minio instance is hosted locally at the 9000 port.

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