yogsin

Results 1 issues of yogsin

Hi, thanks for your job! There are two points in the code I cannot understand: 1.line 133 in tasn-mxnet/example/tasn/model.py: mx.nd.batch_dot(b.reshape((n,c,1)), f.reshape((n,c,w*w)), True, False).reshape((n,1,w,w)) b is sorted but f not, i...