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
ShallowCormorant89
Moderator
8 Questions, 19 Answers
  Active since 10 January 2023
  Last activity one year ago

Reputation

0

Badges 1

18 × Eureka!
0 Votes
2 Answers
965 Views
0 Votes 2 Answers 965 Views
Hi all, is there a way to specify to the agent, which clearml.conf to use ?
one year ago
0 Votes
13 Answers
1K Views
0 Votes 13 Answers 1K Views
Hi all, is it possible to control the number of steps of the pipeline during run time. eg. if user wants #n parallel steps in the pipeline
one year ago
0 Votes
7 Answers
990 Views
0 Votes 7 Answers 990 Views
Hi all here 🙂 I have a clearml server locally deployed, I want to move it to a bigger machine, how do I transfer my data to the new server ? please advise t...
one year ago
0 Votes
3 Answers
888 Views
0 Votes 3 Answers 888 Views
hi, I want to create a clearml-agent in docker mode, which doesn't use gpus. when I use --cpu-only flag, it forces the agent to use only a single cpu. How ca...
one year ago
0 Votes
1 Answers
896 Views
0 Votes 1 Answers 896 Views
Hi all, what does this statement mean ? ClearML Monitor: Could not detect iteration reporting, falling back to iterations as seconds-from-start
one year ago
0 Votes
5 Answers
1K Views
0 Votes 5 Answers 1K Views
hello all, I'm trying to download a file hosted in the clearml server and I receive the following error : 2022-12-16 11:52:40,423 - clearml.storage - ERROR -...
one year ago
0 Votes
2 Answers
837 Views
0 Votes 2 Answers 837 Views
Hi all 🙂 I have a pipeline. How to add a step, that can execute finally , i.e irrespective of other step failure/pass, I want a step to execute. (eg. clean ...
one year ago
0 Votes
4 Answers
913 Views
0 Votes 4 Answers 913 Views
hello everyone, thanks for this product 💥 A question regarding the enterprise version, can we be able to visualise video data, and create new datasets from ...
one year ago
0 Hello Everyone, Thanks For This Product

Thank you SuccessfulKoala55 👍

when we upgrade to the enterprise version, do we get new docker images w.r.t upgrade and access to the code ?

Currently we have locally hosted the community version 🙏

one year ago
0 Hi All, Is It Possible To Control The Number Of Steps Of The Pipeline During Run Time. Eg. If User Wants #N Parallel Steps In The Pipeline

yes, I'll better explain :

I have a task (a script created as a task), that can execute with different configurations
I want #n instances of the task to run with #n different configs

hence my pipeline can get a list of #n configs
and based on 'n', I'd like to have dynamic 'n' steps in the pipeline

one year ago
0 Hi All, Is It Possible To Control The Number Of Steps Of The Pipeline During Run Time. Eg. If User Wants #N Parallel Steps In The Pipeline

thanks @<1523701205467926528:profile|AgitatedDove14>

yes argument saying always create from code can be helpful

also, if we can edit the configuration objects of a pipeline, that can be beneficial too. which we're unable to do from UI

one year ago
0 Hi All Here

hey,

we did delete the old configs and clearml-agent init 'ed everything, pointing to the new IP

one year ago
0 Hello Everyone, Thanks For This Product

sure I will, thank you 🙂

one year ago
0 Hello All, I'M Trying To Download A File Hosted In The Clearml Server And I Receive The Following Error :

hello AgitatedDove14
thanks for your reply.

yes, the HTTP link is valid I was able to download it using wget I'm doubtful if it was an inconsistency
right now this seems to be solved for me.
previously I was using ${V3M_step.artifacts.Detections} - which will return a dictionary
on changing it to ${V3M_step.artifacts.Detections.url} (the url of the artifact) is returned and this seemed to have helped.

one year ago
0 Hi All, Is It Possible To Control The Number Of Steps Of The Pipeline During Run Time. Eg. If User Wants #N Parallel Steps In The Pipeline

@<1523701205467926528:profile|AgitatedDove14> sure, I'll open a issue.

thank you for briefing, you're right, cloning and editing is feasible. However, the pipeline experiment is not visible in the project experiment list.. they are hidden, which troubles in cloning the pipeline..

one year ago
0 Hi All, Is It Possible To Control The Number Of Steps Of The Pipeline During Run Time. Eg. If User Wants #N Parallel Steps In The Pipeline

yes, but the pipe starts running before we can edit it..

@<1523701205467926528:profile|AgitatedDove14> we @<1539417873305309184:profile|DangerousMole43> found an issue in the pipeline, that can be closely related to this.


  • we have a pipeline running perfectly.
  • The parent node fails for a valid reason, and the child nodes are skipped.3. but when we try to do a "New Run" from UI, it tries to follow the DAG of previous run (the run with all child nodes skipped) and the new run fa...
one year ago
0 Hello All, I'M Trying To Download A File Hosted In The Clearml Server And I Receive The Following Error :

hello again,

It will be helpful to know why we experience this when running a pipeline
2022-12-19 15:13:47,884 - clearml - WARNING - Could not retrieve remote configuration named 'RUN_CONFIG'

  1. how do I add a configuration object to a pipeline.
    the dictionary is split into multiple values.. when using it as a param in the pipeline
one year ago
0 Hi All, Is There A Way To Specify To The Agent, Which

Hi John, I also found the --config-file flag 🙂 Thank you for your help.

one year ago
0 Hi All Here

that is amazing! thank you @<1523701070390366208:profile|CostlyOstrich36>

fyi @<1533619716533260288:profile|SmallPigeon24>

one year ago
0 Hi All

thank you!!
continue on fail, actually makes the following step to be skipped.

one year ago
0 Hello All, I'M Trying To Download A File Hosted In The Clearml Server And I Receive The Following Error :

Hey CostlyOstrich36

Happens when I try to execute a pipeline remotely.2022-12-19 15:13:47,884 - clearml - WARNING - Could not retrieve remote configuration named 'RUN_CONFIG' Using default configuration: {...}It happens in my pipeline and here is the code :

` pipe = PipelineController(
name="mypipe", project="myproject", version="0.0.1", add_pipeline_tags=False
)
pipe.set_default_execution_queue("default")

my_json = "jsons/my_json.json"
clearml_input_path = "jsons/clearml_input.j...

one year ago
0 Hi All, Is It Possible To Control The Number Of Steps Of The Pipeline During Run Time. Eg. If User Wants #N Parallel Steps In The Pipeline

@<1523701205467926528:profile|AgitatedDove14> , hi, will it be possible for us to configure the "new run" button in a way so that it always clones from a particular pipeline ?

one year ago
0 Hello All, Another Question I Have: In My Pipeline, My Last Step Is Skipped Instead Of Running. Why? How Can I Unskip It? Just To Be Clear, The Parent Steps Succeed.

So I tried it again,

what resolved this was, just commenting a line
# from clearml import Task
we did not use Task anywhere, but this has caused the last node to skip without any reason...

one year ago
0 Hi All Here

Hi all,

I did the move as directed by @<1523701070390366208:profile|CostlyOstrich36> ,

We have our new clearml server filled with data from old server.
None

however, the new agents are not able to pull the tasks. All tasks remain pending.
Please let us know what could be the cause of this

one year ago
0 Hi, I Want To Create A Clearml-Agent In Docker Mode, Which Doesn'T Use Gpus. When I Use

Hey @<1523701087100473344:profile|SuccessfulKoala55> , I assumed so because 'worker_name:cpu:0', and I find it very slow! hence assumed it was utilising only a single cpu, cpu number 0

one year ago