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, Can Anyone Help Or Share Information About Ci/Cd Integration? After Merging To Master On Bitbucket, I Need To Either Create A New Task And Register It On Clearml Web Or Get A New Version From Bitbucket And Update An Old Task. I Only Need To Create Or


I think I found something that might help me. It is to run the task directly from git:
None

clearml-task --project keras_examples --name remote_test --repo 

--script /webinar-0620/keras_mnist.py --args batch_size=64 epochs=1 --queue default
  
  
Posted 2 months ago
25 Views
0 Answers
2 months ago
2 months ago