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

Commit

Permalink
use LARGE_X to define the input shape
Browse files Browse the repository at this point in the history
  • Loading branch information
wuxun-zhang committed Oct 8, 2019
1 parent dfe7ac2 commit f0c3497
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/nightly/test_large_array.py
Original file line number Diff line number Diff line change
Expand Up @@ -813,7 +813,7 @@ def get_ref_mean_var(data, running_mean, running_var, eps, use_global_status=Tru
nd.waitall()
return mean, stdvar

shape = (MEDIUM_X, MEDIUM_X, SMALL_Y, SMALL_Y)
shape = (3, 3, LARGE_X, SMALL_Y)
axis = 1 # default
eps = 1e-3

Expand Down

0 comments on commit f0c3497

Please sign in to comment.