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)

Reply via email to