colossalai.context.config
- class colossalai.context.config.Config(config=None)[source]
This is a wrapper class for dict objects so that values of which can be accessed as attributes.
- Parameters
config (dict) – The dict object to be wrapped.
This is a wrapper class for dict objects so that values of which can be accessed as attributes.
config (dict) – The dict object to be wrapped.