TUM-DAML / seml

SEML: Slurm Experiment Management Library
Other
165 stars 29 forks source link

Do not discard empty dictionaries #56

Closed n-gao closed 2 years ago

n-gao commented 2 years ago

Reference issue

Closes #55

What does this implement/fix?

This prevents seml from discarding parameters that have an empty dictionary as value. It also adds a test case for that scenario.