We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a19c6e commit 9506b57Copy full SHA for 9506b57
src/layers/moonshine.cc
@@ -20,7 +20,7 @@ namespace ctranslate2 {
20
21
StorageView input(output_type(), features.device());
22
StorageView input_reshaped = std::move(features);
23
- input_reshaped.expand_dims(0);
+ input_reshaped.expand_dims(1);
24
25
_conv1(input_reshaped, input);
26
_tanh(input, input);
0 commit comments