typo
This commit is contained in:
parent
a1e35ea2c8
commit
07433c13bd
|
@ -142,7 +142,7 @@ type TLP
|
|||
end
|
||||
|
||||
function (self::TLP)(x)
|
||||
l1 = σ(self.first)
|
||||
l1 = σ(self.first(x))
|
||||
l2 = softmax(self.second(l1))
|
||||
end
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue