wrongu

Results 11 comments of wrongu

Closing this. Here's what I ended up with: ```python import importlib import jsonargparse def instantiate(model_class: str, init_args: dict) -> object: """Take a string representation of a class and a dictionary...