Skip to content

Commit

Permalink
Reduce query BS
Browse files Browse the repository at this point in the history
  • Loading branch information
pomonam committed Mar 13, 2024
1 parent 935ec78 commit 2894d97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/imagenet/ddp_analyze.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,13 @@ def parse_args():
parser.add_argument(
"--query_batch_size",
type=int,
default=128,
default=64,
help="Batch size for computing query gradient.",
)
parser.add_argument(
"--train_batch_size",
type=int,
default=128,
default=256,
help="Batch size for computing training gradient.",
)

Expand Down

0 comments on commit 2894d97

Please sign in to comment.