"git@developer.sourcefind.cn:OpenDAS/colossalai.git" did not exist on "e37695430548064cb0e2d2e60bc8065697a52612"
Commit 7e62af28 authored by Ofey Chan's avatar Ofey Chan Committed by Frank Lee
Browse files

[NFC] polish accuracy_2d.py code style (#1719)

parent 8860d378
...@@ -8,6 +8,7 @@ from ._utils import calc_acc ...@@ -8,6 +8,7 @@ from ._utils import calc_acc
class Accuracy2D(nn.Module): class Accuracy2D(nn.Module):
"""Accuracy for 2D parallelism """Accuracy for 2D parallelism
""" """
def __init__(self): def __init__(self):
super().__init__() super().__init__()
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment