Skip to content

Bug fix for dropout layers with phygnn

Compare
Choose a tag to compare
@github-actions github-actions released this 13 Jan 17:58
657551a

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.