You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "./IRRA-main/model/build.py", line 148, in build_model
model = IRRA(args, num_classes)
File "./IRRA-main/model/build.py", line 27, in __init__
self.cross_attn = nn.MultiheadAttention(self.embed_dim,
TypeError: __init__() got an unexpected keyword argument 'batch_first'
The text was updated successfully, but these errors were encountered:
$ bash run_irra.sh
The text was updated successfully, but these errors were encountered: