Open zhubonan opened 1 year ago
Looks like I have made an ad-hoc implementation while there is already a well-established package for doing it....
https://configurations.rogerluo.dev/stable/convert/
Would useful to utilize it instead, as it also supports nested configurations, from_dict and from_kwargs.
from_dict
from_kwargs
This has been implemented. The next thing is to check if it plays well with the command line interface?
Looks like I have made an ad-hoc implementation while there is already a well-established package for doing it....
https://configurations.rogerluo.dev/stable/convert/
Would useful to utilize it instead, as it also supports nested configurations,
from_dict
andfrom_kwargs
.