Skip to content

Commit

Permalink
Reduce BS for imagenet
Browse files Browse the repository at this point in the history
  • Loading branch information
pomonam committed Mar 12, 2024
1 parent a618164 commit 6b083d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/glue/train.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@


def parse_args():
parser = argparse.ArgumentParser(description="Train classification models on MNIST datasets.")
parser = argparse.ArgumentParser(description="Train text classification models on GLUE datasets.")

parser.add_argument(
"--dataset_name",
Expand Down
2 changes: 1 addition & 1 deletion examples/imagenet/analyze.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def parse_args():
parser.add_argument(
"--batch_size",
type=int,
default=1024,
default=512,
help="Batch size for compute factors and scores.",
)
parser.add_argument(
Expand Down

0 comments on commit 6b083d8

Please sign in to comment.