wenwei202 / caffe

Caffe for Sparse and Low-rank Deep Neural Networks
Other
377 stars 134 forks source link

Training with Force Regularization #11

Closed lucwan closed 7 years ago

lucwan commented 7 years ago

@wenwei202 I am trying to train my network (Resnet like architecture) with force regularization. But I could not find any documentation on how to enable force regularization during training using my network. From examples I can understand that "force_mult: 1" can be added to Convolution layer "param" to enable it. Is it the correct way or are there any other steps required?

wenwei202 commented 7 years ago

@lucwan Some tutorials are updated. Hope it can help.

wenwei202 commented 7 years ago

Close as tutorials are added!