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 Have Been Trying To Work With Running Hyper-Parameter Optimization Experiment By Creating A Base Experiment And Then Using .Py Script To Kick Off The Automatic Hyper-Parameter. I Have Been Using Boto3(Which Has A Urllib3 Dependency) In My Envir

Hi all!

I have been trying to work with running hyper-parameter optimization experiment by creating a base experiment and then using .py script to kick off the automatic hyper-parameter. I have been using boto3(which has a urllib3 dependency) in my environment which conflicts with the urllib3 version for clearml apparently. I was able to get a quick workaround by creating a new environment without boto3 and run the base experiment and based on that do a hyper-param optimization. (I am using a self hosted server and running the agent)

But I want to be able to use my previous base experiment but the currently does not work:

I have been getting the following error: ImportError: cannot import name ‘appengine’ from ‘urllib3.contrib’

  • Any clue what might be wrong?
  • Is there a way to always pick the requirements.txt instead of this only happening when installed packages is empty?
  
  
Posted one year ago
Votes Newest

Answers 4


Hi @<1584716373181861888:profile|ResponsiveSquid49> , I'm looking for the first part of the log, before execution starts

  
  
Posted one year ago

I am using clearml==1.11.1 and clearml-agent==1.5.2 for the agent side instance and for server side clearml==1.11.0

  
  
Posted one year ago

Hi @<1584716373181861888:profile|ResponsiveSquid49> , what clearml version are you using? I think this was fixed in one of the last versions

  
  
Posted one year ago

Can you attach the full log where you see the error?

  
  
Posted one year ago