nvflare.lighter.prov_utils module
- instantiate_from_config(obj_config: dict)[source]
Create an object based on path and args info in the specified object config.
- Parameters:
obj_config – config that contains class path and args for the object to be created
Returns: created object