This commit is contained in:
Michael Abbott 2019-09-25 15:20:13 +02:00
parent 4245d9acad
commit 806e0c5c57

View File

@ -208,7 +208,6 @@ sm = SkipConnection(m, (mx, x) -> cat(mx, x, dims=3))
size(sm(x)) == (5, 5, 11, 10)
```
"""
function SkipConnection end
struct SkipConnection
layers
connection #user can pass arbitrary connections here, such as (a,b) -> a + b