mirror of https://github.com/hpcaitech/ColossalAI
[NFC] polish colossalai/auto_parallel/tensor_shard/deprecated/op_handler/batch_norm_handler.py code style (#2728)
parent
8331420520
commit
1819373e5c
|
@ -2,9 +2,9 @@ import operator
|
||||||
from functools import reduce
|
from functools import reduce
|
||||||
|
|
||||||
import torch
|
import torch
|
||||||
from colossalai.auto_parallel.tensor_shard.deprecated._utils import \
|
|
||||||
ignore_sharding_exception
|
from colossalai.auto_parallel.tensor_shard.deprecated._utils import ignore_sharding_exception
|
||||||
from colossalai.auto_parallel.tensor_shard.deprecated.sharding_strategy import (ShardingStrategy, StrategiesVector)
|
from colossalai.auto_parallel.tensor_shard.deprecated.sharding_strategy import ShardingStrategy, StrategiesVector
|
||||||
|
|
||||||
from .operator_handler import OperatorHandler
|
from .operator_handler import OperatorHandler
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue