meteorshowers / RCF-pytorch

Richer Convolutional Features for Edge Detection model in pytorch CVPR2017
510 stars 145 forks source link

请教下 itersize 作用? #19

Open luowy1001 opened 5 years ago

luowy1001 commented 5 years ago

迭代10次,更新权重,请问itersize =10, batch size =1 与 itersize =1, batch size =10,有什么区别么?谢谢!

mingweiY commented 4 years ago

我也想请问一下这个问题,batch size = 1是一次输入一张图片吗?itersize = 10,影响输入数量吗?

long123524 commented 2 years ago

我想问batch_size取其他值是否可以呢?比如4,8,16等。还有为什么要权重初始化呢(weight_init函数)?