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
That would make YACS really great, another example is the MMCV config parser. I would assume that it's relatively simple to implement, e.g. something like:
Allow constructing a new config file based on an existing one
This feature has been implemented in the config class in repo
facebookresearch/fvcore
, which uses a special key_BASE_
to specify a base config file.Such a feature improves the maintainability of large number of similar config files, and helps highlight the difference between similar configs.
Would like to hear your opinion on this. Many thanks.
The text was updated successfully, but these errors were encountered: