* Update onnx2ncnn.cpp num_filter for ConvTranspose is wrong (line 1075), should be the same sa Conv, which reads the number of filters from dim(0) (line 998) int num_filter = W.dims(0); * Update onnx2ncnn.cpp