Skip to content

Commit 30b838b

Browse files
committed
Fix (tests): removing generated onnx graph
1 parent 19c73fe commit 30b838b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/transformation/test_nn_resize_to_deconv.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,6 @@ def create_nn_resize_conv_model(
155155
model.set_initializer("W", np.random.rand(*conv_param_shape).astype(np.float32))
156156
if bias:
157157
model.set_initializer("B", np.random.rand(*bias_param_shape).astype(np.float32))
158-
model.save("cnv-graph.onnx")
159158
model = model.transform(InferShapes())
160159
check_model(model._model_proto)
161160
return model

0 commit comments

Comments
 (0)