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
SFSMN can be implemented using convolution layer, but vFSMN cannot. The operation is similar as convolution, but it is not the same. Conv ops do multiply and reduce sum in to a scalar, but fsmn reduce sum in one dimension
SFSMN can be implemented using convolution layer, but vFSMN cannot. The operation is similar as convolution, but it is not the same. Conv ops do multiply and reduce sum in to a scalar, but fsmn reduce sum in one dimension
SFSMN can be implemented using convolution layer, but vFSMN cannot. The operation is similar as convolution, but it is not the same. Conv ops do multiply and reduce sum in to a scalar, but fsmn reduce sum in one dimension
I think the fsmn is similarity to the convolution layer, but I can't find anyone use the conv layer, does I wrong?
The text was updated successfully, but these errors were encountered: