Lightweight, Portable, Flexible Distributed/Mobile Deep Learning with Dynamic, Mutation-aware Dataflow Dep Scheduler; for Python, R, Julia, Scala, Go, Javascript and more
For bugs or installation issues, please provide the following information.
The more information you provide, the more likely people will be able to help you.
Environment info
Operating System: Ubuntu 16.04
Compiler: GCC 5.4.0
Package used (Python/R/Scala/Julia): Python
MXNet version: 0.10.1
Or if installed from source:
MXNet commit hash (git rev-parse HEAD): 202de02cd
If you are using python package, please provide
Python version and distribution: Python 2.7.12
If you are using R package, please provide
R sessionInfo():
Error Message:
No error message. The program hangs at the self.mod.predict(it) line on the second time execute() is called. Recreating the module every time will not cause it to hang but should be unnecessary. Calling it in a loop over a collection of separate images will not cause it to hang.
Minimum reproducible example
if you are using your own code, please provide a short script that reproduces the error.
Recreating the entire module object every time solves it but introduces about a second of computation time that should be unnecessary. I've narrowed it down to a call to mod.predict(), mod.forward(), or mod.bind(force_reset = True).
For bugs or installation issues, please provide the following information. The more information you provide, the more likely people will be able to help you.
Environment info
Operating System: Ubuntu 16.04
Compiler: GCC 5.4.0
Package used (Python/R/Scala/Julia): Python
MXNet version: 0.10.1
Or if installed from source:
MXNet commit hash (
git rev-parse HEAD
): 202de02cdIf you are using python package, please provide
Python version and distribution: Python 2.7.12
If you are using R package, please provide
R
sessionInfo()
:Error Message:
No error message. The program hangs at the self.mod.predict(it) line on the second time execute() is called. Recreating the module every time will not cause it to hang but should be unnecessary. Calling it in a loop over a collection of separate images will not cause it to hang.
Minimum reproducible example
if you are using your own code, please provide a short script that reproduces the error.
What have you tried to solve it?
Recreating the entire module object every time solves it but introduces about a second of computation time that should be unnecessary. I've narrowed it down to a call to mod.predict(), mod.forward(), or mod.bind(force_reset = True).