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
In OmeaConf it is possible to cache the resolver results (by default a custom resolver is called on every access).
Caching is required when using random functions to ensure the same value is always returned (ex: for a random search).
This feature is not available in fromconfig.
In OmeaConf it is possible to cache the resolver results (by default a custom resolver is called on every access).
Caching is required when using random functions to ensure the same value is always returned (ex: for a random search).
This feature is not available in fromconfig.
OmegaConf doc: https://omegaconf.readthedocs.io/en/2.3_branch/custom_resolvers.html
Code to change:
fromconfig/fromconfig/parser/omega.py
Line 73 in dbad702
The text was updated successfully, but these errors were encountered: