Open pprp opened 3 years ago
@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?
https://github.com/JiahuiYu/slimmable_networks/blob/5dc14d0357ccfc596d706281acdc8a5b0b66c6d6/models/slimmable_ops.py#L50-L53
@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?
https://github.com/JiahuiYu/slimmable_networks/blob/5dc14d0357ccfc596d706281acdc8a5b0b66c6d6/models/slimmable_ops.py#L50-L53