From a5a1c9a171874971b7ddf276c0332c064e3fffec Mon Sep 17 00:00:00 2001 From: Lu Fang Date: Thu, 28 Mar 2019 23:44:20 -0700 Subject: [PATCH] Automatic update of fbcode/onnx to fb1a80692c1ab0bd27b1072f2e7bffacba336777 (#18585) Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/18585 Previous import was b29e78a4efb8e5d8995f576bbf19a846807829b6 Included changes: - **[fb1a8069](https://github.com/onnx/onnx/commit/fb1a8069)**: Fix wrongly handled attribute in MVN and test generating scripts (#1877) - **[b22041c3](https://github.com/onnx/onnx/commit/b22041c3)**: Add dilation attribute to MaxPool (#1864) Reviewed By: zrphercule, benoitsteiner Differential Revision: D14668623 fbshipit-source-id: fa7f44b1ecc949d8dd654939d20b1e93db98b1d2 --- caffe2/python/onnx/tests/onnx_backend_test.py | 1 + third_party/onnx | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/caffe2/python/onnx/tests/onnx_backend_test.py b/caffe2/python/onnx/tests/onnx_backend_test.py index f353e22..87b17b6 100644 --- a/caffe2/python/onnx/tests/onnx_backend_test.py +++ b/caffe2/python/onnx/tests/onnx_backend_test.py @@ -39,6 +39,7 @@ backend_test.exclude(r'(test_hardsigmoid' # Does not support Hardsigmoid. '|test_.*pool_.*same.*' # Does not support pool same. '|test_.*pool_.*ceil.*' # Does not support pool same. '|test_maxpool_with_argmax.*' # MaxPool outputs indices in different format. + '|test_maxpool.*dilation.*' # MaxPool doesn't support dilation yet '|test_convtranspose.*' # ConvTranspose needs some more complicated translation '|test_mvn.*' # MeanVarianceNormalization is experimental and not supported. '|test_dynamic_slice.*' # MeanVarianceNormalization is experimental and not supported. diff --git a/third_party/onnx b/third_party/onnx index b29e78a..fb1a806 160000 --- a/third_party/onnx +++ b/third_party/onnx @@ -1 +1 @@ -Subproject commit b29e78a4efb8e5d8995f576bbf19a846807829b6 +Subproject commit fb1a80692c1ab0bd27b1072f2e7bffacba336777 -- 2.7.4