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 Everyone, Two Questions: 1- How Does Clearml Figures Out The Environment? For Example In My Env I Have This


1.- The script im running uses qiskit.providers but as installed by when you install qiskit. If you try to install the submodules independently, it doesnt work. How do I use the full environment instead? cannot find this in the documentation. Also, I cannot configure the agents it seems because im using the aws autoscaler service so I dont spin them explicitly.

2.- My workflow would be that I usually, locally I run multiple sequential experiments using hydra multirun. What I want is that If I pass an extra flag, like, remote=true , all these runs get enqueued. So at first thought excecute_remotely would work but doenst do what I need because it stops the full excecution, not only one of the runs from hydra's multirun, but the whole thing.

  
  
Posted one year ago
101 Views
0 Answers
one year ago
one year ago
Tags