Skip to content

Slimmable Network using Mixed Precision #53

Open
@pprp

Description

@pprp

@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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions