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

Reputation

0

Badges 1

4 × Eureka!
0 Votes
2 Answers
629 Views
0 Votes 2 Answers 629 Views
Hey, I have another question, now about the PYTHONPATH and its relationship to repo root. Let's say I have the following repo structute: ├── projects │ └── p...
2 years ago
0 Votes
10 Answers
582 Views
0 Votes 10 Answers 582 Views
Hi! I've been trying out the TaskScheduler functionality. This is a great feature! However I ran into a couple of problems, and wanted to clarify some things...
2 years ago
0 Votes
3 Answers
515 Views
0 Votes 3 Answers 515 Views
Hi! I am trying to provide a custom output-uri for a task using clearml-task command. In our case it is a path to a data storage, which would be available to...
2 years ago
0 Votes
1 Answers
504 Views
0 Votes 1 Answers 504 Views
In
In PipelineController , we can set a flag disable_clone_task to re-use the scheduled task. Initially that task is in the draft mode, so this works on the fir...
2 years ago
0 Hi! I'Ve Been Trying Out The

Yes, a boolean flag for (3) would be a good option!
In (1), the code snippet from my original question is the code that I execute on my local machine. It is submitted to a queue with an agent that runs with docker. Please, let me know if this is enough to reproduce it.

2 years ago
0 Hi! I'Ve Been Trying Out The

Thank you for your reply AgitatedDove14 !
For the point 1, here is what is printed out when the task starts execution for the first timeSyncing scheduler Failed deserializing configuration: the JSON object must be str, bytes or bytearray, not NoneTypeHowever, now I see that this actually doesn't break the code, and this exception is ignored. The task is not started in the first run, but this is because of the reasons discussed in the point 3, I assume. Sorry for a false alarm here.
For t...

2 years ago
0 Hey, I Have Another Question, Now About The

in this case this is just an example, it could be any module, e.g. for dataloading etc, which is part of a project. For utils as package, we will discuss this in the team, thanks for a suggestion!

2 years ago
0 Hi

Hello 🙂 I am also trying the pipeline out, and would love to chat!

2 years ago
0 Hi! I Am Trying To Provide A Custom

Thank you for your reply AgitatedDove14 ; I found the option in clearml.conf ; we will use it for now 🙂 .
But a warning instead of an error would be good. Maybe a bit of a context for our use case: we use clearml-task to create components of a pipeline, we only create tasks and do not schedule them for the execution (so that the pipeline does it instead), so we do not expect the paths for the data storage to be available then. Does this sound like a reasonable workflow, or is there a...

2 years ago