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, A Google Update Led To Breaking Tensorflow Versions. This Requires To Downgrade Protobuf To <=3.20.1. Is There A Way To Make The Agent Ignore Installation Of Protobuf==4.21.1 And Install Above Instead? Before Running The Task Of Course. I Am Runnnig

Hi,
A google update led to breaking Tensorflow versions. This requires to downgrade protobuf to <=3.20.1. Is there a way to make the agent ignore installation of protobuf==4.21.1 and install above instead? before running the task of course. I am runnnig the agent in docker mode.

  
  
Posted one year ago
Votes Newest

Answers 5


Hi AbruptWorm50 ,

After cloning the experiment you can actually edit the installed packages and specify which package version you want.

You can also do this via code using this method:
https://clear.ml/docs/latest/docs/references/sdk/task#taskadd_requirements

  
  
Posted one year ago

Hi, adding the requirements to the code doesn't help because the task fails beforehand. CostlyOstrich36

  
  
Posted one year ago

Thanks! the second link is exactly that what I was looking for 🙂

  
  
Posted one year ago

AbruptWorm50 , please provide a log of the task 🙂

  
  
Posted one year ago

Sending you to private CostlyOstrich36

  
  
Posted one year ago
625 Views
5 Answers
one year ago
one year ago
Tags