You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This problem reported over at FINN, see Xilinx/finn#878 and Xilinx/finn#892, probably belongs here. I will try to contribute a fix soon. I think the FoldTransposeIntoQuantInit transform should not apply in cases where the predecessor Quant node has any input which which is not an initializer. However, currently it always deletes the transpose node irrespective of the inputs or initializers.
The text was updated successfully, but these errors were encountered:
This problem reported over at FINN, see Xilinx/finn#878 and Xilinx/finn#892, probably belongs here. I will try to contribute a fix soon. I think the
FoldTransposeIntoQuantInit
transform should not apply in cases where the predecessorQuant
node has any input which which is not an initializer. However, currently it always deletes the transpose node irrespective of the inputs or initializers.The text was updated successfully, but these errors were encountered: