artvandelay / Deep_Inside_Convolutional_Networks

This is a caffe implementation to visualize the learnt model
MIT License
61 stars 32 forks source link

how to set the Hyperparameter? #3

Open kilakila-heart opened 7 years ago

kilakila-heart commented 7 years ago

In visualize.py file, I see the learning_rate is 10000,it confused me!why doing this, also,In the optimization procedure,The sentence "caffe_data = caffe_data + learning_rate*diff " seems not used any L2 Paradigm,but in the paper, It is not like this! thanks a lot!