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. After Upgrading Clearml To Latest Version, Got This Error From My Pipeline (Windows10, Configured And Running Tensorflowod For Tf 2.3.):


In Windows setting 

system_site_packages

 to 

true

  allowed all stages in pipeline to start - but doesn't work in Lunux.

Notice that it will inherit from the system packages not the venv the agent is installed in

I've deleted tfrecords from master branch and commit the removal, and set the folder for tfrecords to be ignored in .gitignore. Trying to find, which changes are considered to be uncommited.

you can run git diff it is essentially what will happen in the background

By cache files I mean the files in folder C:\Users\Super.clearml\vcs-cache - based on error message, clearml tries to load git repository first from that folder.

Yes that is the git repository cache, you are correct. I wonder what happened there ?

Is it possible to comment the line `

object_detection==0.1

` ? Actually,  no such version of this or similar library exists. I quess, that this requirement is not necessary. Can I turn of the installation of this library?

The installed packages is fully editable like any requirements.txt with the same formatting :)

  
  
Posted 3 years ago
133 Views
0 Answers
3 years ago
one year ago
Tags