Open raymoo opened 7 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.
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.
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.