axon icon indicating copy to clipboard operation
axon copied to clipboard

Add exception when dropout is outside expected range

Open Ian-GL opened this issue 1 year ago • 0 comments

The dropout rate is always expected to be in the range of [0, 1). With these changes, now an exception is raised if this happens, instead of letting it crash with an arithmetic error.

Closes #367

Ian-GL avatar Oct 14 '22 12:10 Ian-GL