sdobber / FluxArchitectures.jl

Complex neural network examples for Flux.jl
MIT License
123 stars 15 forks source link

SkipGRU not using correct hidden state #9

Closed sdobber closed 3 years ago

sdobber commented 3 years ago

The SkipGRU layer does not use the correct previous hidden state, but only the current ones.