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
MNN Covert built from hash: f0454f6
When I try to convert onnx model to MNN via MNNConvert in windows it crahes
When done in Mac(MNNConvert built on the same hash) it runs properly
Model Link
The text was updated successfully, but these errors were encountered:
try build release version in windows?
Sorry, something went wrong.
not able to build the release version I think, is there any specific flag for it? build command used:
cmake .. -DMNN_BUILD_CONVERTER=ON -DMNN_SEP_BUILD=OFF -DMNN_BUILD_SHARED_LIBS=OFF -DMNN_WIN_RUNTIME_MT=ON cmake --build . -j16
executing this generates the binary in debug folder Using MSVC for compilation, also found this in the cmake file
The binary works fine with other models
No branches or pull requests
MNN Covert built from hash: f0454f6
When I try to convert onnx model to MNN via MNNConvert in windows it crahes
When done in Mac(MNNConvert built on the same hash) it runs properly
Model Link
The text was updated successfully, but these errors were encountered: