Bug fix for dropout layers with phygnn
What’s Changed
phygnn wasnt executing dropout layers correctly. The Dropout layer object needed a boolean flag to know if it was training or not. Fixed with additional tests.
- Gb/dropout bug (#18) @grantbuster