I cannot reproduce the error in the restricted Boltzmann machine example. The stack trace you gave essentially says that `isinstance(pyrnd.getrandbits(32), int)` returns `False`, but it should return `True` simply because `getrandbits()` returns an `int` ([python doc](https://docs.python.org/3/library/random.html#random.getrandbits)). Would you try once more?
[ Full content available at: https://github.com/apache/incubator-mxnet/issues/12528 ] This message was relayed via gitbox.apache.org for [email protected]
