Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
IamShubhamGupto committed Apr 14, 2023
1 parent 418502f commit 4af5a1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion train.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
parser.add_argument('--batch-size', default=64, type=int, help='Batch size')
parser.add_argument('--scale', default=0.75, type=float, help='Scale factor resizing images')
parser.add_argument('--reprob', default=0.2, type=float, help='Random erase probability')
parser.add_argument('--ra-m', default=12, type=int, help='Magnitude of random augmentation'')
parser.add_argument('--ra-m', default=12, type=int, help='Magnitude of random augmentation')
parser.add_argument('--ra-n', default=2, type=int, help='Number of random augmentations')
parser.add_argument('--jitter', default=0.2, type=float, help='Jittering factor')
parser.add_argument('--no_aug',action='store_true',help="Enable flag to remove augmentations")
Expand Down

0 comments on commit 4af5a1b

Please sign in to comment.