ncnn
ncnn copied to clipboard
torch.nn.utils.weight_norm breaks pnnx
THANKS TO NIHUI, this problem come from my model. it seems like changing the old version 'torch.nn.utils.weight_norm' to the new version 'torch.nn.utils.parametrizations.weight_norm' works, although i still can't fully convert my model to ncnn T_T