BiomedSciAI / fuse-med-ml

A python framework accelerating ML based discovery in the medical field by encouraging code reuse. Batteries included :)
Apache License 2.0
134 stars 34 forks source link

Ndict support hydra #265

Closed michalozeryflato closed 1 year ago

michalozeryflato commented 1 year ago

replace isistance(dict) with isinstance(MutableMapping) to support omegaconf.DictConfig, which is not Dict

michalozeryflato commented 1 year ago

@mosheraboh thanks for the quick review!