Skip to content

Commit

Permalink
fix output size
Browse files Browse the repository at this point in the history
  • Loading branch information
judubois committed Feb 14, 2025
1 parent ece4235 commit b772f7c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ class ExampleModel : public umbridge::Model {
}

std::vector<std::size_t> GetOutputSizes(const json& config_json) const override {
return {53};
return {105};
}

std::vector<std::vector<double>> Evaluate(const std::vector<std::vector<double>>& inputs, json config) override {
Expand Down

0 comments on commit b772f7c

Please sign in to comment.