dmlc / MXNet.cpp

C++ interface for mxnet
Other
114 stars 115 forks source link

Fix transpose() function parameters mistakes #53

Closed mz24cn closed 7 years ago

mz24cn commented 7 years ago

It is obvious, and I have tested the modifications.

conopt commented 7 years ago

op.h is automatically generated from libmxnet, I will check the generator later.

mz24cn commented 7 years ago

this bug fix is required by https://github.com/dmlc/MXNet.cpp/pull/59

mz24cn commented 7 years ago

it has been fixed in latest commit #55