Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nicer logging of list of dicts for hyper parameters #19963

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Jun 7, 2024

  1. Add support for handling lists of dictionaries in logging

    The current hyper parameter logging flattens a config dictionary. However, when a nested element contains a list of dictionaries, it flattens it to a string. This creates indexed sub-elements.
    
    This can be useful for network configs with multiple heads or other similar use cases.
    vork committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    21a2ee0 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. Configuration menu
    Copy the full SHA
    c27d3ff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7119b6c View commit details
    Browse the repository at this point in the history
  3. Add entry to changelog

    vork committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    f206a55 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. Configuration menu
    Copy the full SHA
    fe81d01 View commit details
    Browse the repository at this point in the history