sociomantic-tsunami / dmxnet

D bindings and wrapper library for the MXNet deep learning library
Boost Software License 1.0
14 stars 11 forks source link

Add reporting of MXNet version #108

Closed jens-mueller-sociomantic closed 5 years ago

jens-mueller-sociomantic commented 5 years ago

This change provides a function to obtain the MXNet version of the linked library. We also output this version as a unittest. The diagnostic can be useful when checking which MXNet version is actually used.

jens-mueller-sociomantic commented 5 years ago

Add missing release notes.