You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I really like lazy_instance: Its much nicer than writing long, nested YAML files, but still translates into a nice config Namespace which can be easily reused. However, currently, dataclasses don't seem to be really supported
The text was updated successfully, but these errors were encountered:
Could you please clarify a bit? lazy_instance is not intended to be used alone (like above), but only to avoid actual instance defaults in signatures. Also, lazy_instance doesn't return a Namespace, so I am a bit confused by the motivation or how that relates to YAML files.
I do see that lazy_instance is not working for dataclasses, but I am not sure there is a need for it.
🚀 Feature request
Thanks for this awesome library! I would like the following simple example to work:
Motivation
I really like
lazy_instance
: Its much nicer than writing long, nested YAML files, but still translates into a nice config Namespace which can be easily reused. However, currently, dataclasses don't seem to be really supportedThe text was updated successfully, but these errors were encountered: