sassoftware / python-dlpy

The SAS Deep Learning Python (DLPy) package provides the high-level Python APIs to deep learning methods in SAS Visual Data Mining and Machine Learning. It allows users to build deep learning models using friendly Keras-like APIs.
Apache License 2.0
224 stars 131 forks source link

Fix #318 deploying ResNet to ONNX #325

Closed yg2288 closed 3 years ago

yg2288 commented 4 years ago

318 Add a check for pooling width=0 and height=0 to use globalAveragePool during onnx conversion

dxq77dxq commented 3 years ago

Did you run DLPy unit tests? Does the change product any diff?

eusdougc commented 3 years ago

Closing because this pull request is replaced by #356 .