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/06/10 07:35:20 UTC

[jira] [Updated] (SINGA-186) Create Python Tensor class

     [ https://issues.apache.org/jira/browse/SINGA-186?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

wangwei updated SINGA-186:
--------------------------
    Description: This ticket would add a Python Tensor class, which provides functions as the C++ Tensor class with APIs in Python convention. Most of these functions are implemented by calling the C++ Tensor functions via Swig.  (was: Python bindings provide easy access to layer functions.
This ticket creates the base python layer for V1, which differs to the python layers of v0,3 in terms of the layer construction. We are going to explicitly config the layer conf and then call c++ layer's Setup function. In this way, it would be easier for users to know how to create a python layer (e.g., what arguments should be provided).

The dropout layer would be used as an example.)
        Summary: Create Python Tensor class  (was: Create Python base layer and dropout layer)

> Create Python Tensor class
> --------------------------
>
>                 Key: SINGA-186
>                 URL: https://issues.apache.org/jira/browse/SINGA-186
>             Project: Singa
>          Issue Type: New Feature
>            Reporter: wangwei
>
> This ticket would add a Python Tensor class, which provides functions as the C++ Tensor class with APIs in Python convention. Most of these functions are implemented by calling the C++ Tensor functions via Swig.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)