You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Accelerator is an abstraction for the hardware devices used for training. It can be CPU, GPU, TPU, etc. With this abstraction, we can provide room for future extension to more hardware which is compatible with PyTorch.
Wanna track the development progress? Take a look at
Overview
Acceleratoris an abstraction for the hardware devices used for training. It can be CPU, GPU, TPU, etc. With this abstraction, we can provide room for future extension to more hardware which is compatible with PyTorch.Wanna track the development progress? Take a look at
proposal: #3046
project kanban: API Refactoring
Goal
The
Acceleratorcan move models to the target device. A sample definition is given below and subject to future changes.