Hanjun-Dai / graphnn

Training computational graph on top of structured data (string, graph, etc)
MIT License
287 stars 91 forks source link

L2ColNormGrad #3

Closed yhyi15 closed 7 years ago

yhyi15 commented 7 years ago

line 46 in graphnn/src/nn/l2_col_norm.cpp

should it be ElewiseMul?

Hanjun-Dai commented 7 years ago

Yes exactly. Thanks for the fix!