JiahuiYu / slimmable_networks

Slimmable Networks, AutoSlim, and Beyond, ICLR 2019, and ICCV 2019
Other
914 stars 131 forks source link

the issues of fuction SlimableConv2D #56

Open baiyu12345 opened 3 years ago

baiyu12345 commented 3 years ago

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.

vamsikrish96 commented 2 years ago

I too had the same doubt but couldnt understand.