dmlc / MXNet.cpp

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

Fix const in Symbol::ToJSON and ::Save. #65

Closed craftit closed 7 years ago

craftit commented 7 years ago

Converting to JSON and Saving should be const surely.