HuwCampbell / grenade

Deep Learning in Haskell
BSD 2-Clause "Simplified" License
1.44k stars 84 forks source link

Dropout unimplemented #39

Open raymoo opened 6 years ago

raymoo commented 6 years ago

Looking at the source of the dropout layer, it looks like it just passes through its input (both directions), and its seed and rate are unused.

HuwCampbell commented 6 years ago

You got me. This is also why it's not exported with higher up the chain.

I have two different thoughts on how to implement it nicely, and haven't yet decided which one to follow.