In the code I use, there is a custom accelerator (DDPAccelerator) that loads an embedding similarity search model as a separate process. Now I need to re-initialize this similar method after certain training steps. In order to do this, I need to get access to the accelerator callback mentioned in this line.
Is this possible?
@williamFalcon