Boyiliee / AOD-Net

AOD-Net (Pytorch & Caffe)
135 stars 39 forks source link

Backprapogation Algorithm #4

Closed YogeshShitole closed 6 years ago

YogeshShitole commented 6 years ago

Hi @Boyiliee , Can you please tell what backprapogation algo. you used for gradient calculation I went through your paper but did not find any mention of backprapogation algo./function which you used for training your AOD model although other training parameters such as learning rate, momentum, weight decay etc... are mentioned

Boyiliee commented 6 years ago

Thanks for your questions. I used SGD as backpropogation algo. Hope this helps.