Open tjad opened 4 years ago
I see in the CI Rakefile some indication that the version this project was last bound against is 1.2.1
mxnet_version = ENV['mxnet_version'] || '1.2.1.post1'
Docker file suggest 1.3.1 https://github.com/mrkn/mxnet.rb/blob/edc85f60baa51cab0b9bcecd307e1fefaacbcbf4/docker/Dockerfile.erb#L4
I haven't been able to see other than by dates of commits which version of MXNet this gem requires. Could indication be made.
Reason for needing to know is for the c api compatability. As far as I'm aware there have been significant internal changes to MXNet, including the deprecation of the Symbolic api