Skip to content

Commit

Permalink
reduce eval bsz
Browse files Browse the repository at this point in the history
  • Loading branch information
priyakasimbeg committed Sep 25, 2023
1 parent c58851d commit 7632f14
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def num_test_examples(self) -> int:

@property
def eval_batch_size(self) -> int:
return 256
return 32

@property
def train_mean(self):
Expand Down

0 comments on commit 7632f14

Please sign in to comment.