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 2 years ago
Votes Newest

Answers 14


can we do a huddle?

  
  
Posted 2 years 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 2 years ago

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

  
  
Posted 2 years ago

Thanks man, it worked... πŸ‘

  
  
Posted 2 years ago

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

  
  
Posted 2 years 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 2 years 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 2 years ago

no πŸ˜… , how to use repo with clearml.

  
  
Posted 2 years ago

Create a repository?

  
  
Posted 2 years ago

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

  
  
Posted 2 years ago

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

  
  
Posted 2 years 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 2 years ago

Sorry, not available for calls

  
  
Posted 2 years ago

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

  
  
Posted 2 years ago
1K Views
14 Answers
2 years ago
2 years ago
Tags
Similar posts