Skip to content

Commit

Permalink
improve comment in example.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
RafayAK committed Oct 14, 2023
1 parent 117e2e6 commit e0db27f
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions configs/experiment/example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,11 @@ defaults:
# all parameters below will be merged with parameters from default configurations set above
# this allows you to overwrite only specified parameters

# tags are a list of string that can be defined either as a JSON flow-style (in-line) list
# e.g. ["mnist", "simple_dense_net", ...] or as a YAML block-style array list like below.
# tags can even be dynamically interpolated at runtime.
# NOTE: dynamic interpolation only works in block-style lists like below, not flow-style lists.
# `tags` is a list of strings, defined either:
# 1. In JSON flow-style: ["mnist", "simple_dense_net", ...]
# 2. As a YAML block-style array, as shown below.
# Tags can be interpolated dynamically at runtime.
# NOTE: Dynamic interpolation is only supported in block-style lists, not flow-style.
tags:
- "mnist"
- "simple_dense_net"
Expand Down

0 comments on commit e0db27f

Please sign in to comment.