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
你好,我看了一下模型的ncnn框架里面的基本倒入方式,是初始化模型类 之后使用
net.load_param_bin(fp); net.load_model(fp);
初始化导入即可,我想实现用python 初始化使用这个dragGan的方式,请问如何做呢?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
你好,我看了一下模型的ncnn框架里面的基本倒入方式,是初始化模型类 之后使用
初始化导入即可,我想实现用python 初始化使用这个dragGan的方式,请问如何做呢?
The text was updated successfully, but these errors were encountered: