ZFTurbo/Keras-inference-time-optimizer

Support for TransposeConv+ Batchnorm

anilsathyan7 opened this issue · 4 comments

It seems TransposeConv + BN is not currently supported !!!
Any plans to support this combination??
(Anyway this doesn't seem to be difficult to implement ...)

Can you point on TransposeConv layer in Keras code or documentation?

Thanks, I will look into it.

I added support for Conv2DTranspose layer. Currently it available in repo. I'll make pypi release a little bit later,