Skip to content

Commit

Permalink
Squeeze imdb test more to fit travis
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 337800342
  • Loading branch information
romanngg committed Oct 19, 2020
1 parent 373ceae commit 513df1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/imdb.py
Expand Up @@ -111,7 +111,7 @@ def main(*args, use_dummy_data: bool = False, **kwargs) -> None:
def _get_dummy_data(mask_constant: float
) -> Tuple[np.ndarray, np.ndarray, np.ndarray, np.ndarray]:
"""Return dummy data for when downloading embeddings is not feasible."""
n_train, n_test = 10, 10
n_train, n_test = 5, 5

def get_x(shape, key):
key_x, key_mask = random.split(key)
Expand Down

0 comments on commit 513df1a

Please sign in to comment.