Skip to content

Commit

Permalink
Update lenet.py
Browse files Browse the repository at this point in the history
  • Loading branch information
haebeom-lee committed Jan 26, 2019
1 parent 4c68594 commit e9379fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lenet.py
Expand Up @@ -55,5 +55,5 @@ def dropmax(x, y, training, name='dropmax', reuse=None):
# dropmax modules
net['kl'] = kl_divergence(p, q, y)
net['aux'] = auxloss(r, y)
net['ent'] = entropy(p)
net['neg_ent'] = neg_entropy(p)
return net

0 comments on commit e9379fa

Please sign in to comment.