Skip to content

Commit

Permalink
use 1D convolution (openvinotoolkit#7291)
Browse files Browse the repository at this point in the history
  • Loading branch information
evkotov authored and akuporos committed Sep 6, 2021
1 parent 868b783 commit bfb1c7d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ class CreateAppendableGraphDecorator : public CreateGraphDecorator {
class CreateBaseDecorator : public CreateGraphDecorator {
public:
// always the first decorator => no prev_builder
CreateBaseDecorator(const ngraph::Shape& input_data_shape = ngraph::Shape{1, 64, 4096, 4096}) :
CreateBaseDecorator(const ngraph::Shape& input_data_shape = ngraph::Shape{1, 64, 1, 4096}) :
CreateGraphDecorator(nullptr),
input_data_shape_(input_data_shape) {}
protected:
Expand Down

0 comments on commit bfb1c7d

Please sign in to comment.