You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@singa.apache.org by "Moaz Reyad (JIRA)" <ji...@apache.org> on 2016/12/13 04:28:58 UTC

[jira] [Commented] (SINGA-269) Fix a bug from tensor multiplication and a typo

    [ 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)