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 one year ago
Votes Newest

Answers 14


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

  
  
Posted one year 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 one year ago

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

  
  
Posted one year ago

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

  
  
Posted one year ago

no 😅 , how to use repo with clearml.

  
  
Posted one year ago

Thanks man, it worked... 👍

  
  
Posted one year ago

Create a repository?

  
  
Posted one year ago

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

  
  
Posted one year 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 one year 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 one year ago

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

  
  
Posted one year ago

can we do a huddle?

  
  
Posted one year ago

Sorry, not available for calls

  
  
Posted one year 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 one year ago
650 Views
14 Answers
one year ago
one year ago
Tags
Similar posts