We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
5f99e52
Ported weights of MobileNet V3 from torchvision. Weights are in F16 tensor. Before using them, it needs to be converted to float (by .float())
.float()