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
Now, gin config support configurable reference, macro , basic type (str, bool, number) or nested of them as value . It would be great if we can refer to local variable (module, class ,function)
without this , we make all function that may refer to to be configurable explicited by gin.external_configurable , it seems not reasonable .
see gin.tf and gin.torch
The text was updated successfully, but these errors were encountered:
Now, gin config support
configurable reference
,macro
,basic type (str, bool, number)
ornested of them
as value . It would be great if we can refer to local variable (module, class ,function)without this , we make all function that may refer to to be configurable explicited by
gin.external_configurable
, it seems not reasonable .see
gin.tf
andgin.torch
The text was updated successfully, but these errors were encountered: