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
First of all great repo 👍 I am a little confused in this part of code. p_tl = (8*col, 8*row) p_br = (col*8+92, row*8+92)
I believe this comes from the paper "the output of the 10th convolutional layer conv4_3 represents patches as small as 92 × 92 with stride 8paper ". I didn't get how the author arrive here?
Maybe a novice question but your help is appreciated.
Thanks
The text was updated successfully, but these errors were encountered:
Hi @songdejia ,
First of all great repo 👍 I am a little confused in this part of code.
p_tl = (8*col, 8*row) p_br = (col*8+92, row*8+92)
I believe this comes from the paper "the output of the 10th convolutional layer conv4_3 represents patches as small as 92 × 92 with stride 8paper ". I didn't get how the author arrive here?
Maybe a novice question but your help is appreciated.
Thanks
The text was updated successfully, but these errors were encountered: