[Relay] Keras frontend upsample and 1 channel conv2d fixes (#3937)
authorJosh Fromm <jwfromm@uw.edu>
Wed, 18 Sep 2019 07:40:31 +0000 (00:40 -0700)
committerMORITA Kazutaka <morita.kazutaka@gmail.com>
Wed, 18 Sep 2019 07:40:31 +0000 (16:40 +0900)
commitde123760be3e022da680ebd8f59fbf2fc768f9a3
tree11d9d723f2024759760606e99b3cd73960ea29eb
parentfc071daf4b7426ea17a8461c0887a478317f58a0
[Relay] Keras frontend upsample and 1 channel conv2d fixes (#3937)

* Fix upsample layout in keras frontend.

* Fixed group conv being used instead of conv when channels=1

* Add new conv2d test to catch bugs when channels=1.
python/tvm/relay/frontend/keras.py
src/relay/op/nn/convolution.h
tests/python/frontend/keras/test_forward.py