Add QAT support for Concatenate layer
See original GitHub issueReferencing @nutsiepully in #372
We are ramping up support for layers based on feedback from users. So thank you for that. Most of these layers are quite simple, and haven’t been added due to conversion support.
We’re using the NoOpQuantizeConfig workaround for now, but in the future we would love to see native support for the Keras Concatenate layer. Thanks!
Issue Analytics
- State:
- Created 3 years ago
- Comments:6 (4 by maintainers)
Top Results From Across the Web
Add New Layer Support — TensorFlow 2.x Quantization ...
This toolkit uses a TensorFlow Keras wrapper layer to insert QDQ nodes before quantizable layers. Supported Layers¶. The following matrix shows the layers...
Read more >tfmot.quantization.keras.default_8bit.default_8bit_transforms
Module containing 8bit default transforms. Classes. class ConcatTransform : Transform for Concatenate. Quantize only after concatenation.
Read more >Concatenate layer - Keras
Layer that concatenates a list of inputs. It takes as input a list of tensors, all of the same shape except for the...
Read more >vai_q_tensorflow2 Supported Operations and APIs - 2.0 English
The following table lists the supported operations and APIs for vai_q_tensorflow2. Table 1. vai_q_tensorflow2 Supported Layers Layer Types Supported Layers ...
Read more >AI:Deep Quantized Neural Network support - stm32mcu
This article provides the documentation related to the support for Deep Quantized Neural Network (DQNN) in X-CUBE-AI. The documentation is also provided ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

@willbattel - Since support for
Concatenateis too broad, please add your use case here which doesn’t work once you get a chance and re-open the bug. I’ll close it for now.@nutsiepully Hi, I have also get the error that
and my code is set as your instructions that:
The code is as follows:
The code was going well when I didnt put the "tf.keras.layer.concatenate()"layer. Meanwhile, I haven’t fount the “concatenate_conifg” parameter mentioned above. Hoping for your help, thank you so much^^