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
Unanswered
Hi Team, A Question Around Package Dependencies While Running Hyper-Parameter Tuning. There Is A Version Of Package That I'M Using Which Is Not Available On Pypi, So I'Ve Been Using


From the successful task it says in the installed package dgl_cu113 == 0.9.0 I assume this is because I manually installed it in my local environment using pip instal -f
However, when trying to run hyperparameter tuning using the same job, it fails to install the package because it's not available via PyPI.

Therefore, I tried to add a requirement.txt file to the task. But that failed parsing with the error included above.

  
  
Posted one year ago
100 Views
0 Answers
one year ago
one year ago