Skip to content

Commit 6741345

Browse files
Ritwik Dasfacebook-github-bot
authored andcommitted
Add microgestures_a8w8 to zoo models (#14351)
Summary: As titled Differential Revision: D82503487
1 parent 5348ea9 commit 6741345

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

extension/pybindings/pybindings.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -642,7 +642,7 @@ struct PyModule final {
642642
at_tensor.dim() == 4) {
643643
dim_order = decltype(dim_order)({0, 2, 3, 1});
644644
} else {
645-
auto error_msg = "Input " + std::to_string(i) + "for method " +
645+
auto error_msg = "Input " + std::to_string(i) + " for method " +
646646
method_name + " should be contiguous or channels-last.";
647647
throw std::runtime_error(error_msg);
648648
}
@@ -992,7 +992,7 @@ struct PyMethod final {
992992
at_tensor.dim() == 4) {
993993
dim_order = decltype(dim_order)({0, 2, 3, 1});
994994
} else {
995-
auto error_msg = "Input " + std::to_string(i) + "for method " +
995+
auto error_msg = "Input " + std::to_string(i) + " for method " +
996996
method_->method_meta().name() +
997997
" should be contiguous or channels-last.";
998998
throw std::runtime_error(error_msg);

0 commit comments

Comments
 (0)