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

Commit

Permalink
fix dropout
Browse files Browse the repository at this point in the history
  • Loading branch information
ChaiBapchya committed Oct 4, 2019
1 parent 6f7cf46 commit f31f982
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/nightly/test_large_array.py
Original file line number Diff line number Diff line change
Expand Up @@ -742,7 +742,8 @@ def test_dropout():
exe = y.simple_bind(ctx=default_context(), data=shape)
exe.arg_arrays[0][:] = 1
out = exe.forward(is_train=True)
assert out.shape == out.shape
nd.waitall()
assert out[0].shape == shape


def test_activation():
Expand Down

0 comments on commit f31f982

Please sign in to comment.