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
Hello, I Want To Use Custom Packages In My Code.It Works Fine When I Run It Locally.But When I Clone The Experiments And Run On Agent It Shows Package Not Found Error In Agent. Can Anyone Help Me Out How To Use Custom Packages In Clearml? Which Parameter

Hello,
i want to use custom packages in my code.It works fine when i run it locally.But when i clone the experiments and run on agent it shows package not found error in agent. Can anyone help me out how to use custom packages in clearml? which parameter should i tweak or add so that it takes custom package along with running script to clearml server as copy.

  
  
Posted 10 months ago
Votes Newest

Answers 14


okay thank you for your guidance,now i will try this approach.

  
  
Posted 10 months ago

there is one package and driver script in my local machine, agent and clearml server is hosted on ec2 instance.

  
  
Posted 10 months ago

How would the ec2 instance get the custom package code to it?

  
  
Posted 10 months ago

okay no problem, this was the my question clearml makes snapshot of our code and sends to server. is there any way we can specify to upload custom packages.

  
  
Posted 10 months ago

can we do a huddle?

  
  
Posted 10 months ago

how to do this?is there any documentation available or sample example ?

  
  
Posted 10 months ago

Sorry, not available for calls

  
  
Posted 10 months ago

You don't need to do any special actions. Simply run your script from within a repository and ClearML will detect the repo + commit + uncommitted changees

  
  
Posted 10 months ago

Thanks man, it worked... 👍

  
  
Posted 10 months ago

Create a repository?

  
  
Posted 10 months ago

no 😅 , how to use repo with clearml.

  
  
Posted 10 months ago

Hi ShaggySquirrel23 , is this package inside some artifactory?

The agent needs access to the package while running, you need to have it accessible somehow on a remote machine as well. What is your setup?

  
  
Posted 10 months ago

ClearML only handles code that way when the code is standalone (Single script) and not part of a repository. To include multiple files you need to have it in a repository. If you put your package as part of your repo this will be handled automatically

  
  
Posted 10 months ago

clearml implicitly excludes custom packages.why this is the case?

  
  
Posted 10 months ago
428 Views
14 Answers
10 months ago
10 months ago
Tags
Similar posts