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