mirror of
https://github.com/facebookresearch/sam2.git
synced 2025-12-27 17:50:35 +08:00
update training config as well to be consistent
This commit is contained in:
@@ -97,7 +97,7 @@ trainer:
|
||||
self_attention:
|
||||
_target_: sam2.modeling.sam.transformer.RoPEAttention
|
||||
rope_theta: 10000.0
|
||||
feat_sizes: [32, 32]
|
||||
feat_sizes: [64, 64]
|
||||
embedding_dim: 256
|
||||
num_heads: 1
|
||||
downsample_rate: 1
|
||||
@@ -108,7 +108,7 @@ trainer:
|
||||
cross_attention:
|
||||
_target_: sam2.modeling.sam.transformer.RoPEAttention
|
||||
rope_theta: 10000.0
|
||||
feat_sizes: [32, 32]
|
||||
feat_sizes: [64, 64]
|
||||
rope_k_repeat: True
|
||||
embedding_dim: 256
|
||||
num_heads: 1
|
||||
|
||||
Reference in New Issue
Block a user