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
FriendlyHedgehong10
Moderator
4 Questions, 8 Answers
  Active since 16 November 2023
  Last activity 16 days ago

Reputation

0

Badges 1

8 × Eureka!
0 Votes
1 Answers
88 Views
0 Votes 1 Answers 88 Views
Hi all, can someone add local data to clearml dataset using sync or another command without first downloading/getting the dataset locally?
one month ago
0 Votes
2 Answers
849 Views
0 Votes 2 Answers 849 Views
one year ago
0 Votes
8 Answers
99 Views
0 Votes 8 Answers 99 Views
Hi all, I have made a pipeline using PipelineDecorator which runs fine when I run it locally. When I execute it remotely, it gets stuck in the queue forever....
23 days ago
0 Votes
3 Answers
835 Views
0 Votes 3 Answers 835 Views
one year ago
0 Hi All, I Have Made A Pipeline Using Pipelinedecorator Which Runs Fine When I Run It Locally. When I Execute It Remotely, It Gets Stuck In The Queue Forever. Any Ideas? I Really Appreciate Your Help On That One

I have another question. I can now run successfully a pipeline remotely via code, but I also want to run one using the UI and NEW RUN. However the Run button is not activated? Any idea of what I need to change?

16 days ago
16 days ago
0 Hi All, I Have Made A Pipeline Using Pipelinedecorator Which Runs Fine When I Run It Locally. When I Execute It Remotely, It Gets Stuck In The Queue Forever. Any Ideas? I Really Appreciate Your Help On That One

Hi John, thanks for your reply.
I do get this for the first task which is train_model :
task b22ef7f69f214beb8c35243160df650e pulled from 53f50b52fa944b08a325f34edc6da03d by worker imp:0, and I can also see that in the screenshot below, but it still stays in Queue. For this worker, I can clone and run individual tasks successfully.
image

23 days ago