mirror of https://github.com/hpcaitech/ColossalAI
[NFC] polish colossalai/nn/metric/accuracy_2p5d.py code style (#1714)
parent
9d0560af9c
commit
e1d780030d
|
@ -8,6 +8,7 @@ from ._utils import calc_acc
|
|||
class Accuracy2p5D(nn.Module):
|
||||
"""Accuracy for 2p5D parallelism
|
||||
"""
|
||||
|
||||
def __init__(self):
|
||||
super().__init__()
|
||||
|
||||
|
|
Loading…
Reference in New Issue