fpgaconvnet-model icon indicating copy to clipboard operation
fpgaconvnet-model copied to clipboard

Unimplemented: `transA` and `transB` in `Gemm` layer

Open lgxi24 opened this issue 5 months ago • 0 comments

In fpgaConvNet, Gemm layer is implemented as InnerProductLayer. However, the main difference is that Gemm layer supports more parameters (Boolean flags transA, transB, scalars alpha, beta).

For the current model, all four parameters haven't been considered when the model is parsed from Onnx form to fpgaConvNet.

lgxi24 avatar Sep 02 '24 14:09 lgxi24