fastmachinelearning / hls4ml

Machine learning on FPGAs using HLS
https://fastmachinelearning.org/hls4ml
Apache License 2.0
1.19k stars 390 forks source link

Keras tf Matmul Layer not supported? #735

Closed YumingChang666 closed 1 year ago

YumingChang666 commented 1 year ago

I'm trying to use hls4ml to convert a customized STGCN layer, and I realized that keras_converter in hls4ml does not support the Matmul layer for now. Is there any possibility to realize a Matmul layer feature?