Tomasz Socha
Results
2
issues of
Tomasz Socha
During testing models from model zoo I realized that onnxruntime and ngraph give similar results on `ResNet101_DUC_HDC` but still have 80% missmatch. Is it possible that test data for `ResNet101_DUC_HDC`...
In sub-chapter: https://github.com/nrc/r4cppp/blob/master/borrowed.md#mut-vs-const There is a sentence: ```C++ const-ness applies only to the current use of a value, whereas Rust's immutability applies to all uses of a value. So in...