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

Remove unnecessary conversion to array #113

Closed jens-mueller-sociomantic closed 5 years ago

jens-mueller-sociomantic commented 5 years ago

This change removes the unnecessary conversion of the outputted predicted probabilities for the integration test. This conversion is not needed because we can directly refer to the returned data.