mrkn / mxnet.rb

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

Implement Basic Gluon #33

Closed toddsundsted closed 5 years ago

toddsundsted commented 6 years ago

Enough Gluon to get through the first few chapters of The Straight Dope, including basic Perceptrons and CNNs. Also includes Python Gluon-compatible support for hybridization and export/import of models and parameters.

@mrkn mxnet.rb is an excellent library. Hopefully you find this a useful addition. I would appreciate feedback and comments, in any case.

mrkn commented 6 years ago

@toddsundsted I very appreciate this pull-request. Thank you for your work.

I've already been working on implementing Gluon APIs in the local branch based on this temporary working branch, so let me take several days to check how to integrate both of them.

Thank you very much again.

toddsundsted commented 6 years ago

@mrkn awesome! let me know if I can help in any way.

mrkn commented 5 years ago

This PR was resolved by #36