Cannot find hyper-parameter in any field?

Hi,

Is there anyone meet this problem?

When I am setting a sweep yaml. A hyper-parameter is a list, like:

# ...some config...
model.window_sizes:
  values:
    - - 6
      - 12
    - - 12
      - 24
    - - 6
      - 24
# ...some config...

Though it can be submitted to a sweep session, I cannot find this parameter in any field, except parallel coordinates plot.