Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
remove unecessary comments
Browse files Browse the repository at this point in the history
  • Loading branch information
lanking520 committed Aug 3, 2018
1 parent 0f6f1b0 commit b0adaf7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/python/unittest/test_loss.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,6 @@ def test_ce_loss():
initializer=mx.init.Xavier(magnitude=2))
assert mod.score(data_iter, eval_metric=mx.metric.Loss())[0][1] < 0.05

# @lanking520: getting rid of the fixed seed
# and add atol and rtol
# tracked at: https://github.com/apache/incubator-mxnet/issues/11691
@with_seed()
def test_bce_loss():
Expand Down

0 comments on commit b0adaf7

Please sign in to comment.