Omry Yadan
Omry Yadan
I would keep this open as a reminder to check if ApexCharts addressed this from time to time.
@briankosw, since you already have the other example read you can just send a PR directly.
High level feedback: We will probably have multiple examples for distributed data parallel, with different limitations and advantages. It's good to group them together and have a top level page...
I don't think we need to call them automatically. 1. we should let users control what they register. 2. registering is not free, the configs needs to be created. as...
Users may import the packages to use the config objects directly as well. ```python import hydra_configs.pytrorch #register everything under pytorch hydra_configs.pytrorch.register() #register everything under pytorch.optim hydra_configs.pytrorch.optim.register() ```
we can make register at the top level mean recursive to make things convenient.
rank can also be a `range(start,stop)`.
> > rank can also be a `range(start,stop)`. > > Not sure if the user even needs to provide the `rank` argument explicitly. `rank` has to vary from 0 to...
Callbacks will likely be pushed back to Hydra 1.2.
> Callbacks will likely be pushed back to Hydra 1.2. We will have callbacks in 1.1, but I am no longer sure we should use them here. This is not...