You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@singa.apache.org by "wangwei (JIRA)" <ji...@apache.org> on 2016/11/15 11:46:58 UTC

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

wangwei created SINGA-269:
-----------------------------

             Summary: 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)