Skip to content

Commit

Permalink
fix: use test model in calibrations/onnx
Browse files Browse the repository at this point in the history
  • Loading branch information
wdconinc committed Apr 16, 2024
1 parent a243ced commit 49ef246
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/algorithms/onnx/InclusiveKinematicsMLConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ namespace eicrecon {

struct InclusiveKinematicsMLConfig {

std::string modelPath{"calibrations/identity_gemm_w1x1_b1.onnx"};
std::string modelPath{"calibrations/onnx/identity_gemm_w1x1_b1.onnx"};

};

Expand Down

0 comments on commit 49ef246

Please sign in to comment.