First, thanks for the awesome work of re-implementing RegNet.
I am having difficulty of reproducing the results for RegNetY-0.4GF. The configurations are taken from the original repo:
group_width = 8
initial_width = 48
slope = 27.89
quantized_param = 2.09
network_depth = 16
I only get 72.92 top-1 accuracy, but the original paper reported 74.2. Any thoughts on that?
First, thanks for the awesome work of re-implementing RegNet.
I am having difficulty of reproducing the results for
RegNetY-0.4GF. The configurations are taken from the original repo:I only get
72.92top-1 accuracy, but the original paper reported74.2. Any thoughts on that?