Skip to content

Commit 38d49ad

Browse files
committed
Merge pull request #912 from SamFC10:unsqueeze-opset13
2 parents 4991425 + c0d8b0f commit 38d49ad

File tree

4 files changed

+1
-0
lines changed

4 files changed

+1
-0
lines changed
152 Bytes
Binary file not shown.
152 Bytes
Binary file not shown.

testdata/dnn/onnx/generate_onnx_models.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -365,6 +365,7 @@ def forward(self, x):
365365
model = Unsqueeze()
366366
model.eval()
367367
save_data_and_model("unsqueeze", input, model)
368+
save_data_and_model("unsqueeze_opset_13", input, model, version=13)
368369

369370
input = Variable(torch.randn(1, 2, 4, 5))
370371
deconv_adjpad2d = nn.ConvTranspose2d(2, 3, (3, 2), stride=(1, 2), padding=(1, 2), output_padding=(0, 1))
185 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)