accelerator.py 107 B

12345
  1. import abc
  2. class Accelerator(abc.ABC):
  3. """A utility that contains methods to accelerate training."""