sdobber / FluxArchitectures.jl

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

Horizon must be larger than poollength in examples #29

Closed sdobber closed 2 years ago

sdobber commented 2 years ago

With horizon <= poollength, the RNN has direct access to the value is is supposed to predict.

Thanks @luboshanus for finding this issue.