JiahuiYu/slimmable_networks

the issues of fuction SlimableConv2D

baiyu12345 opened this issue · 1 comments

In class SlimmableConv2d,
I find that when you use the function SlimmableConv2d, the idx will not be changed( the idx will choose the max value of width_mult_list), I want to know how to slim in your work.

I too had the same doubt but couldnt understand.