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

Commit

Permalink
try to fix possible memory leak
Browse files Browse the repository at this point in the history
  • Loading branch information
barry-jin committed May 25, 2021
1 parent 0b1955b commit 978f97e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/python/unittest/test_gluon.py
Original file line number Diff line number Diff line change
Expand Up @@ -2300,7 +2300,6 @@ def forward(self, x):
check_layer_forward_withinput(net, x)

@pytest.mark.serial
@pytest.mark.skip("GPU out of memory")
def test_slice_pooling2d_slice_pooling2d():
max_pooling = nn.MaxPool2D(strides=(2, 3), padding=(1, 1))
avg_pooling = nn.AvgPool2D(strides=(2, 2), padding=(1, 1))
Expand Down

0 comments on commit 978f97e

Please sign in to comment.