You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@singa.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2016/06/13 09:54:20 UTC

[jira] [Commented] (SINGA-195) Channel for sending training statistics

    [ https://issues.apache.org/jira/browse/SINGA-195?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15327096#comment-15327096 ] 

ASF subversion and git services commented on SINGA-195:
-------------------------------------------------------

Commit a2a8e34b4c33be406af081c731d7ee990936701f in incubator-singa's branch refs/heads/dev from WANG Sheng
[ https://git-wip-us.apache.org/repos/asf?p=incubator-singa.git;h=a2a8e34 ]

SINGA-195 Channel for sending training statistics

Add utils/channel.h, utils/channel.cc, test/test_channel.cc

Channel provides functionalities of unifily sending training statistics
to different terminals.

Upon setup, config it in global:
InitChannel();
SetChannelDirectory(path);

To get channel instance:
GetChannel(channel_name);

Then send messages:
channel->Send(message);


> Channel for sending training statistics
> ---------------------------------------
>
>                 Key: SINGA-195
>                 URL: https://issues.apache.org/jira/browse/SINGA-195
>             Project: Singa
>          Issue Type: Task
>            Reporter: Sheng Wang
>            Assignee: Sheng Wang
>
> It is required to send training statistics, such as accuracy, loss, during the training to enable external monitoring of this process.
> Channel module aims to provide such functionality that unifies the usage of sending statistics to different destinations, such as terminal, file, and socket.



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