Open alcinos opened 6 years ago
Thank you for your pull request. We require contributors to sign our Contributor License Agreement, and yours has expired.
Before we can review or merge your code, we need you to email cla@fb.com with your details so we can update your status.
Thank you for signing our Contributor License Agreement. We can now accept your code for this (and any) Facebook open source project. Thanks!
This PR ensures the model is evaluation mode at evaluation time.
Failure to do so cause incorrect behavior, especially if the model contains dropout or BatchNorm layers.