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.):


AgitatedDove14
Linux: resetting task in UI and removing object_detection from list of libraries to be installed for stage 2 (generating tfrecord) and for stage 3 (training nn) helped to pass the stage2 and start the stage3, where training crashed - seems system cannot import some files from 'object_detection' folder.
Windows: I cannot store generated files as configuration on the Task - there are several files to be generated and some may be pretty large, up to few gigs. Looks like the issues on Windows raise from wrong logic of working with git - but I do not understand this logic clear enough. Say, I have scriptA, which runs TaskA. This TaskA generates some data (each time different) which should be used by subsequient TaskB, run by scriptB. Should this data be somehow automatically committed and pushed to remote repository? In other words, should the pipeline be:
TaskA (generates data)2. TaskB (uses data generated by TaskA)

or should the pipeline be:
TaskA (generates data)2. commit and push data to remote repository
3. TaskB (uses data generated by TaskA by downloading it from remote repository)
?

  
  
Posted 3 years ago
135 Views
0 Answers
3 years ago
one year ago