dmlc / MXNet.jl

MXNet Julia Package - flexible and efficient deep learning in Julia

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mx.sum no longer works with SymbolicNode

MikeInnes opened this issue · comments

Since 3fac768 mx.sum == Base.sum; looks like the change made MXNet override Base's version rather than creating its own, so the method is still there but never called.

Looks like this is fixed with 9e3a60a