Hi, thanks for the great work.
However, I have some problems while reading code. Not sure if I miss something.
In slimmable_ops.py line 146-147, should they by
self.running_mean[:c]
self.running_var[:c]
By the way, for line 122, 136, and 137, I can't figure out why you need an additional self.bn=nn.BatchNorm2d here?
Hi, thanks for the great work.
However, I have some problems while reading code. Not sure if I miss something.
In slimmable_ops.py line 146-147, should they by
By the way, for line 122, 136, and 137, I can't figure out why you need an additional self.bn=nn.BatchNorm2d here?