clj-python / libpython-clj

Python bindings for Clojure
Eclipse Public License 2.0
1.06k stars 69 forks source link

Can't multiply with pytorch tensors. #115

Closed zendevil closed 4 years ago

zendevil commented 4 years ago
(* 9 (torch/rand [6 3 5 5] :requires_grad true))

gives

libpython_clj.python.bridge$generic_python_as_jvm$reify__45787 cannot be cast to java.lang.Number

zendevil commented 4 years ago

torch/mul works