码迷,mamicode.com
首页 > 其他好文 > 详细

Pytorch中的 model.train() 和 model.eval() 模式

时间:2019-05-07 15:35:26      阅读:3774      评论:0      收藏:0      [点我收藏+]

标签:rop   tor   normal   htm   href   启用   模式   doc   eval   

model.train() :启用 BatchNormalization 和 Dropout

model.eval() :不启用 BatchNormalization 和 Dropout

 

参考:

https://pytorch.org/docs/stable/nn.html?highlight=module%20eval#torch.nn.Module.eval

Pytorch中的 model.train() 和 model.eval() 模式

标签:rop   tor   normal   htm   href   启用   模式   doc   eval   

原文地址:https://www.cnblogs.com/sbj123456789/p/10825685.html

(1)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!