fix format

pull/795/head
weishengyu 2021-06-07 15:05:51 +08:00
parent 296ba94c1c
commit 25f6af99b2
1 changed files with 1 additions and 1 deletions

View File

@ -6,4 +6,4 @@ class IdentityHead(nn.Layer):
super(IdentityHead, self).__init__()
def forward(self, x, label=None):
return {"features": x, "logits": None}
return {"features": x, "logits": None}