Alborz Alavian
Alborz Alavian
# Summary Introduces adaptive logger. to use: ``` from l5kit.dynamic_modules.loaders.runtime_params import RuntimeParams from l5kit.dynamic_modules.loaders.logger import init_logger, get_logger # Runtime Params rp = RuntimeParams.get() init_logger(runtime_params=rp, sync_tensorboard = True) logger = get_logger(__name__)...
# Summary Introduces the mutable registry that can handle loading key modules from arbitrary registry.
Hi, I had a question regarding the following line: https://github.com/explosion/catalogue/blob/3dc5259d9905d3e0824548cdd3776839d584548c/catalogue/__init__.py#L111 Why is this line different than that of `_get_all` function? Should it be` if len(self.namespace)