当我在 torch 7 演示中看到这条线时,我很困惑;
if x ~= parameters then
parameters:copy(x)
end
例如在本文档第 147 行;
https://github.com/torch/tutorials/blob/master/2_supervised/4_train.lua
有谁知道在培训过程中这是要做什么?谢谢。
当我在 torch 7 演示中看到这条线时,我很困惑;
if x ~= parameters then
parameters:copy(x)
end
例如在本文档第 147 行;
https://github.com/torch/tutorials/blob/master/2_supervised/4_train.lua
有谁知道在培训过程中这是要做什么?谢谢。