Open
Description
I would allow users to specify subnet_kwargs
indefinitely in inference network interfaces and remove the deprecation warning which was added at some point.
Using subnet_kwargs
It is much more convenient when we want to change a single settings from the defaults compared to importing the default MLP, initializing it, and passing it to the network (unwieldly in many respects).
@paul-buerkner @LarsKue @vpratz Let me know what you think before I proceed with a PR.