dbg
parent
07089dcfe7
commit
296ba94c1c
|
@ -1,3 +1,6 @@
|
||||||
|
from paddle import nn
|
||||||
|
|
||||||
|
|
||||||
class IdentityHead(nn.Layer):
|
class IdentityHead(nn.Layer):
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
super(IdentityHead, self).__init__()
|
super(IdentityHead, self).__init__()
|
||||||
|
|
Loading…
Reference in New Issue