JiahuiYu/slimmable_networks

Slimmable Network using Mixed Precision

pprp opened this issue · 0 comments

pprp commented

@JiahuiYu Thank you for your great work, I have some questions about slimmable network using mixed precision.

How to use Mixed Precision when training the Slimmable Network ?

How to make the convolution below half-precision?

y = nn.functional.conv2d(
input, weight, bias, self.stride, self.padding,
self.dilation, self.groups)
return y