提交 c0d8b0f8 编写于 作者: S SamFC10

data for unsqueeze opset 13 test

上级 4991425c
......@@ -365,6 +365,7 @@ input = Variable(torch.randn(1, 2, 3))
model = Unsqueeze()
model.eval()
save_data_and_model("unsqueeze", input, model)
save_data_and_model("unsqueeze_opset_13", input, model, version=13)
input = Variable(torch.randn(1, 2, 4, 5))
deconv_adjpad2d = nn.ConvTranspose2d(2, 3, (3, 2), stride=(1, 2), padding=(1, 2), output_padding=(0, 1))
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册