[NFC] polish colossalai/nn/metric/accuracy_2p5d.py code style (#1714)

pull/1743/head
shenggan 2022-10-17 17:08:31 +08:00 committed by Frank Lee
parent 9d0560af9c
commit e1d780030d
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ from ._utils import calc_acc
class Accuracy2p5D(nn.Module):
"""Accuracy for 2p5D parallelism
"""
def __init__(self):
super().__init__()