rename Linear activation to Identity layer
This commit is contained in:
parent
e5fd937ef6
commit
f43063928e
1 changed files with 1 additions and 1 deletions
|
@ -680,7 +680,7 @@ class Dropout(Layer):
|
|||
|
||||
# Activation Layers {{{2
|
||||
|
||||
class Linear(Layer):
|
||||
class Identity(Layer):
|
||||
def forward(self, X):
|
||||
return X
|
||||
|
||||
|
|
Loading…
Reference in a new issue