Open hirayamy opened 1 year ago
I got the AttirbuteError in Gemm function when the src_node of gemm is a placeholder, such as inputs. So I modified the gemm function to avoid this attribution error by skipping the 'op_type' reference to NoneType objects.
I got the AttirbuteError in Gemm function when the src_node of gemm is a placeholder, such as inputs. So I modified the gemm function to avoid this attribution error by skipping the 'op_type' reference to NoneType objects.