mirror of https://github.com/hpcaitech/ColossalAI
[NFC] polish colossalai/amp/apex_amp/__init__.py code style (#1853)
parent
32c8a03389
commit
94329fc139
|
@ -1,7 +1,8 @@
|
||||||
from .apex_amp import ApexAMPOptimizer
|
|
||||||
import torch.nn as nn
|
import torch.nn as nn
|
||||||
from torch.optim import Optimizer
|
from torch.optim import Optimizer
|
||||||
|
|
||||||
|
from .apex_amp import ApexAMPOptimizer
|
||||||
|
|
||||||
|
|
||||||
def convert_to_apex_amp(model: nn.Module, optimizer: Optimizer, amp_config):
|
def convert_to_apex_amp(model: nn.Module, optimizer: Optimizer, amp_config):
|
||||||
r"""A helper function to wrap training components with Apex AMP modules
|
r"""A helper function to wrap training components with Apex AMP modules
|
||||||
|
|
Loading…
Reference in New Issue