Custom gather method #7782
-
How do I correctly override |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
I'm currently using
I need trainer to use my custom |
Beta Was this translation helpful? Give feedback.
-
Managed to get this working for |
Beta Was this translation helpful? Give feedback.
Managed to get this working for
dp
by subclassingDataParallelPlugin
and passing it to trainer. Although this approach requires individual plugins for each accelerator, it would be nice to have a way to set this for all accelerators at the same time.