asitstands commented on issue #12528: Those cases with some problems in dir : example URL: https://github.com/apache/incubator-mxnet/issues/12528#issuecomment-422777152 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?
---------------------------------------------------------------- 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
