jimdunn opened a new pull request #11808: remove mod from arity 2 version of load-checkpoint in clojure-package URL: https://github.com/apache/incubator-mxnet/pull/11808 ## Description ## The arity 1 version of `load-checkpoint` in the module namespace works, but the arity 2 version just calls itself. Probably not noticed because `mod` is a clojure function, though it's used throughout the code as a variable name for modules. Just needed to delete that `mod`, and arity 2 version properly calls the arity 1 version.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
