Keras-inference-time-optimizer
Keras-inference-time-optimizer copied to clipboard
Support for TransposeConv+ Batchnorm
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?
- 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
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,