Skip to content

Commit

Permalink
(32, 32) -> (128, 128)
Browse files Browse the repository at this point in the history
  • Loading branch information
odulcy-mindee committed Apr 16, 2024
1 parent 05a6779 commit bd18864
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion references/classification/train_pytorch_orientation.py
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ def main(args):

torch.backends.cudnn.benchmark = True

input_size = (256, 256) if args.type == "page" else (32, 32)
input_size = (256, 256) if args.type == "page" else (128, 128)

# Load val data generator
st = time.time()
Expand Down

0 comments on commit bd18864

Please sign in to comment.