Closed rsokl closed 7 months ago
Potentially addresses https://github.com/mit-ll-responsible-ai/hydra-zen/discussions/637
zen-processing features can be used with the flat-target feature via inheritance:
from hydra_zen import builds A = builds(dict, x=1, zen_meta={"META": 2}) B = builds(A, x="${META}", builds_bases=(A,))
Potentially addresses https://github.com/mit-ll-responsible-ai/hydra-zen/discussions/637
zen-processing features can be used with the flat-target feature via inheritance: