[
https://issues.apache.org/jira/browse/SINGA-326?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16085287#comment-16085287
]
ASF subversion and git services commented on SINGA-326:
-------------------------------------------------------
Commit 2cdc1725d7e8b1ec075994e46076f7a7a87e5795 in incubator-singa's branch
refs/heads/master from wangwei
[ https://git-wip-us.apache.org/repos/asf?p=incubator-singa.git;h=2cdc172 ]
SINGA-326 - Add Inception V4 for ImageNet classification
adding inceptionv4 following
https://github.com/tensorflow/models/blob/master/slim/nets/inception_v4.py
convert params from tensorflow to pickle dictionary
updated the padding configuration following Tensorflow for 'SAME' and 'VALID'
> Add Inception V4 for ImageNet classification
> --------------------------------------------
>
> Key: SINGA-326
> URL: https://issues.apache.org/jira/browse/SINGA-326
> Project: Singa
> Issue Type: New Feature
> Reporter: wangwei
> Assignee: wangwei
>
> The [Inception V4 |http://arxiv.org/abs/1602.07261] model has much better
> performance than GoogleNet.
> We convert the parameters pre-trained from Tensorflow into pickle dictionary
> and load it into the net created using SINGA FeedForwardNet.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)