Bug 58481
| Summary: | Ошибка сегментирования при загрузке модели через onnxruntime | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | Sisyphus | Reporter: | Савелий Солдатов <soldatovsu> | ||||||
| Component: | onnxruntime | Assignee: | Anton Farygin <rider> | ||||||
| Status: | CLOSED FIXED | QA Contact: | qa-sisyphus | ||||||
| Severity: | normal | ||||||||
| Priority: | P5 | CC: | rider | ||||||
| Version: | unstable | ||||||||
| Hardware: | x86_64 | ||||||||
| OS: | Linux | ||||||||
| See Also: | https://bugzilla.altlinux.org/show_bug.cgi?id=57618 | ||||||||
| Attachments: |
|
||||||||
Created attachment 21022 [details]
gdb log
Created attachment 21023 [details]
test code
$ ./test_load Attempting to load model... ORT Error: Load model from mnist-8.onnx failed:/usr/src/RPM/BUILD/onnxruntime-1.28.0/onnxruntime/core/graph/model.cc:177 onnxruntime::Model::Model(onnx::ModelProto&&, const onnxruntime::PathString&, const onnxruntime::IOnnxRuntimeOpSchemaRegistryList*, const onnxruntime::logging::Logger&, const onnxruntime::ModelOptions&) ModelProto does not have a graph. плохо скачалось.. libonnxruntime-devel-1.28.0-alt1.x86_64 $ ./test_load Attempting to load model... Model loaded successfully. Input name: Input3 Output name: Plus214_Output_0 Input shape: 1 1 28 28 Test passed (no inference). |

Description
Савелий Солдатов 2026-04-02 13:57:38 MSK