Created by: zhiqiu
As the title, add explaination on model.eval() in dygraph mode, since some users may forget to call model.eval() when they are actually doing evaluation.
model.eval()
evaluation
Related issue in Paddle repo, #21685.