Something also seems to slow down model training. Not sure what the change was, but it takes several minutes on my computer to get the model running on this branch (rather than the pretty much instantaneous start before using the same config) - the delay comes after finding the dataset groups and before the model is configured for training. It doesn't really matter, but I was curious as to what caused the change.
Originally posted by @IFenton in #249 (comment)
I think this is related to hydra.instantiate and I have some thoughts about how to improve performance.
Something also seems to slow down model training. Not sure what the change was, but it takes several minutes on my computer to get the model running on this branch (rather than the pretty much instantaneous start before using the same config) - the delay comes after finding the dataset groups and before the model is configured for training. It doesn't really matter, but I was curious as to what caused the change.
Originally posted by @IFenton in #249 (comment)
I think this is related to
hydra.instantiateand I have some thoughts about how to improve performance.