Ian González
Ian González
Hey @seanmor5 , I've found where the division by zero is happening. It is [here](https://github.com/elixir-nx/axon/blob/1a5c0fb765c78b97db0eeda4fda3b7dc65b1f173/lib/axon/layers.ex#L1508) in the dropout definition: `out = Nx.select(mask, input / keep_prob, Nx.tensor(0, type: Nx.type(input)))` I'm a...
Sure, @seanmor5 , thanks for the guidance! I'll make a PR.
Hi! Could I give it a try given it's been a bit since there was some activity with the issue? :)