You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: