You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Generate the model code from the ONNX file.
// If not embedded-model, then model is loaded from the file system (default).
ModelGen::new()
.input("src/model/resnet_model.onnx")
.out_dir("model/")
.development(true)
.run_from_script();
}
Expected behavior
Generage a model.rs file
Screenshots
Desktop (please complete the following information):
Describe the bug
Scalars have caused some issues with onnx import..in this case it looks like the constant node import does not correctly handle them.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Generage a model.rs file
Screenshots
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context
The text was updated successfully, but these errors were encountered: