更新 models/roma_unsb_model.py
This commit is contained in:
parent
4c6ad27e16
commit
55335dff16
@ -219,6 +219,8 @@ class RomaUnsbModel(BaseModel):
|
||||
parser.add_argument('--lambda_inc', type=float, default=1.0, help='incremental weight for content-aware optimization')
|
||||
parser.add_argument('--eta_ratio', type=float, default=0.1, help='ratio of content-rich regions')
|
||||
|
||||
parser.add_argument('--atten_layers', type=str, default='1,3,5', help='compute Cross-Similarity on which layers')
|
||||
|
||||
|
||||
parser.set_defaults(pool_size=0) # no image pooling
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user