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
class Accuracy2D(nn.Module):
"""Accuracy for 2D parallelism
"""
def __init__(self):
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