[
https://issues.apache.org/jira/browse/SINGA-368?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
wentong updated SINGA-368:
--------------------------
Description:
There are two bugs fixed in this pull request:
# alexnet.py has been renamed to cnn.py, however, it is still imported in
train.py. I have no idea at all why it has to be renamed.
# global name 'backprob' is not found, because line 185 of net.py missed self
keyword.
was:
There are two bugs fixed in this pull request:
# alexnet.py has been removed, however, it is still imported in train.py
# global name 'backprob' is not found, because line 185 of net.py missed self
keyword.
> Fix the bug in Cifar10 examples
> -------------------------------
>
> Key: SINGA-368
> URL: https://issues.apache.org/jira/browse/SINGA-368
> Project: Singa
> Issue Type: Bug
> Reporter: wentong
> Priority: Major
>
> There are two bugs fixed in this pull request:
> # alexnet.py has been renamed to cnn.py, however, it is still imported in
> train.py. I have no idea at all why it has to be renamed.
> # global name 'backprob' is not found, because line 185 of net.py missed
> self keyword.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)