mrkn / mxnet.rb

MXNet binding for Ruby
MIT License
48 stars 10 forks source link

Spread Array Elements #43

Closed toddsundsted closed 5 years ago

toddsundsted commented 5 years ago

Batch array elements must be spread correctly (transpose the array).

The bug manifests when using one of the built in datasets with the new loader.

mrkn commented 5 years ago

Thanks.