Support for TransposeConv+ Batchnorm
anilsathyan7 opened this issue · 4 comments
anilsathyan7 commented
It seems TransposeConv + BN is not currently supported !!!
Any plans to support this combination??
(Anyway this doesn't seem to be difficult to implement ...)
ZFTurbo commented
Can you point on TransposeConv layer in Keras code or documentation?
anilsathyan7 commented
- https://github.com/keras-team/keras/blob/master/keras/layers/convolutional.py#L628
- https://keras.io/layers/convolutional/
- https://github.com/tensorflow/examples/blob/master/tensorflow_examples/models/pix2pix/pix2pix.py#L220
- https://github.com/jocicmarko/ultrasound-nerve-segmentation/blob/master/train.py
ZFTurbo commented
Thanks, I will look into it.
ZFTurbo commented
I added support for Conv2DTranspose
layer. Currently it available in repo. I'll make pypi release a little bit later,