Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
scuwyh2000 authored Oct 11, 2023
1 parent 3af9fa8 commit 5d4b212
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ def get_args_parser():
help="Number of attention heads inside the transformer's attentions")
parser.add_argument('--num_queries', default=100, type=int,
help="Number of query slots")
parser.add_argument('--num_rand', default=20, type=int,
help="Number of random queries")
parser.add_argument('--pre_norm', action='store_true')

# * Segmentation
Expand Down

0 comments on commit 5d4b212

Please sign in to comment.