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
Answered
Hi All, I Am Making A Signal Processing Pipeline And I Would Like To Execute It Remotely But When I Do That I Cannot Really Run My Code Because I Lose Python Scripts I Have In Utils Directory. Would Anyone Know How To Make It Work? Do I Have To Create A P

Hi all,
I am making a signal processing pipeline and I would like to execute it remotely but when I do that I cannot really run my code because I lose python scripts I have in utils directory. Would anyone know how to make it work? Do I have to create a package out of it?

  
  
Posted 4 months ago
Votes Newest

Answers 7


Hi @<1523701070390366208:profile|CostlyOstrich36> , the code is part of the same repository as the pipeline code. That is, I have files in the root repository that I use to build the pipeline (those files are pretty much like the example you have on github) and I have utils directory in the same root repository where I have scripts with custom scikit transformers and methods I frequently reuse.

  
  
Posted 3 months ago

Hi @<1829328217773707264:profile|DiminutiveButterfly84> , Is the code part of some repository or its just a folder with some script files?

  
  
Posted 3 months ago

Hi @<1829328217773707264:profile|DiminutiveButterfly84> , how are you building the pipeline? Is it from tasks or from decorators?

  
  
Posted 3 months ago

Hi @<1523701070390366208:profile|CostlyOstrich36> , I tried both, but I would like to make it work with tasks.

  
  
Posted 3 months ago

From the messages, it seems that it doesn't import them properly. But to be honest, I'm not sure how to import them for remote execution.
image
image

  
  
Posted 3 months ago

can you add full log of the pipeline + step? So you mean its not cloning the utils properly or doesn't import them properly?

  
  
Posted 3 months ago

I thought ClearML would copy the repository but that doesn't seem like the case? Maybe I'm importing them wrong?

  
  
Posted 3 months ago