Skip to content

Commit 5921fc1

Browse files
Fix args description (#1209)
1 parent 3e56db2 commit 5921fc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vision_transformer/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ def main():
218218
parser.add_argument('--n-channels', type=int, default=3,
219219
help='number of channels in images (default : 3 for RGB)')
220220
parser.add_argument('--num-heads', type=int, default=12,
221-
help='(default : 16)')
221+
help='(default : 12)')
222222
parser.add_argument('--num-encoders', type=int, default=12,
223223
help='number of encoders (default : 12)')
224224
parser.add_argument('--dropout', type=int, default=0.1,

0 commit comments

Comments
 (0)