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
Hi, Is It Possible To Run Pipeline Not Use Form To Changing Variable, But Editor Like Connect_Configuration?

hi,
is it possible to run pipeline not use form to changing variable, but editor like connect_configuration?

  
  
Posted one year ago
Votes Newest

Answers 4


the current my solution is upload my config to s3, and the pipeline will download it and read it when execute. but its decrase flexiblity.

  
  
Posted one year ago

Hi @<1523701070390366208:profile|CostlyOstrich36> , thanks for response, sorry for late replay,

this is my configuration in yaml, i facing difficulty when there is params in list. somehow, form to display bunch list not easy to see. do you have suggestion? Thanks!


download-data:
  dataset_train:
  - 

  - 

  - 

  dataset_test:
  - 

  - 

  - 


train:
  data:
    batch: 4
    input_size: 224
    split:
      test: 0.2
      train: 0.8
      val: 0.0
  model:
    architecture: efficientnet_b0
    checkpoint_model: ''
    dropout: 0.0
    pretrained: true
    resume: false
  params:
    base_learning_rate: 0.1
    epoch: 3
    lr_scheduler: reduce_on_plateau
    lr_step_size: 3
    opt_momentum: 0.9
    opt_name: SGD
    opt_weight_decay: 0
    precision: 16
report:
  webhook: url
  level: info
  
  
Posted one year ago

How does your configuration look like?

  
  
Posted one year ago

i feel pain to make it as form if so much varible want to changes.

  
  
Posted one year ago
937 Views
4 Answers
one year ago
one year ago
Tags