We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
主要出现在stylegan、gpen、dragGAN等
现有pnnx直接转换会出现如下ignore
ignore F.conv_transpose2d F.conv_transposend_45 param bias=None ignore F.conv_transpose2d F.conv_transposend_45 param dilation=(1,1) ignore F.conv_transpose2d F.conv_transposend_45 param groups=1 ignore F.conv_transpose2d F.conv_transposend_45 param output_padding=(0,0) ignore F.conv_transpose2d F.conv_transposend_45 param padding=(0,0) ignore F.conv_transpose2d F.conv_transposend_45 param stride=(2,2)
参见:https://github.com/EdVince/DragGan-NCNN/blob/main/x86/draggan_qt_vs2019/draggan_qt_vs2019/mainwindow.cpp
The text was updated successfully, but these errors were encountered:
#5119
Sorry, something went wrong.
done
No branches or pull requests
model | 模型 | モデル
主要出现在stylegan、gpen、dragGAN等
how to reproduce | 复现步骤 | 再現方法
现有pnnx直接转换会出现如下ignore
参见:https://github.com/EdVince/DragGan-NCNN/blob/main/x86/draggan_qt_vs2019/draggan_qt_vs2019/mainwindow.cpp
The text was updated successfully, but these errors were encountered: