[
https://issues.apache.org/jira/browse/SINGA-269?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15744120#comment-15744120
]
Moaz Reyad commented on SINGA-269:
----------------------------------
I think the wheel files must be regenerated after this fix, because the problem
still exists in :
http://comp.nus.edu.sg/~dbsystem/singa/assets/file/ubuntu1404/singa-1.0.0-cp27-none-linux_x86_64.whl
> Fix a bug from tensor multiplication and a typo
> -----------------------------------------------
>
> Key: SINGA-269
> URL: https://issues.apache.org/jira/browse/SINGA-269
> Project: Singa
> Issue Type: Bug
> Reporter: wangwei
>
> There is a bug (reported by Moaz) in the following python expression
> {code}
> a = tensor.from_numpy(a) # a is a numpy array
> b = a * 3.4
> {code}
> Because __mul__ doesn't call the correct C++ function.
> There is a typo in the data.py : delimeter->delimiter.
> After fixing this issue, examples using data.py should update that argument
> to use 'delimiter'.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)