You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2018/09/19 12:06:15 UTC

[GitHub] asitstands commented on issue #12528: Those cases with some problems in dir : example

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:
users@infra.apache.org


With regards,
Apache Git Services