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
I Was Wondering If We Can See Full Launch Cmd Somewhere On Trains Ui ? For Example, I Run My Code As

I was wondering if we can see full launch cmd somewhere on Trains UI ?
For example, I run my code as
python -m torch.distributed.launch --nproc 2 --use_env -m py_config_runner ./code/scripts/training.py ./configs/train/baseline_resnet101.pybut in EXECUTION/SCRIPT PATH there is only
-m py_config_runner code/scripts/training.py configs/train/baseline_resnet101.pyhttps://demoapp.trains.allegro.ai/projects/f038a9e60d014fada9b40f3136716496/experiments/3c5f390df9644a6ba366324e96b3f557

  
  
Posted 3 years ago
Votes Newest

Answers


TightElk12 I think this message belongs to a diff thread ;)

  
  
Posted 3 years ago
525 Views
1 Answer
3 years ago
one year ago
Tags