Enjia / Spatial-Regularization-Network-in-Tensorflow

implementation of “Learning Spatial Regularization with Image-level Supervisions for Multi-label Image Classification” in Tensorflow

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Code paraameter

Jiawei0o0 opened this issue · comments

Thanks for your reimplement code on this job. I still have a little confused about the code.
y_sr = group_conv(y_sr, 2048, 512, 14, 14, name="comb_conv3") in netowork.py 90 line.
Are the parameters right?