-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
Thank you for your great work. However, when I tried to train on TCGA-BRCA, I got an error:
RuntimeError: mat1 and mat2 shapes cannot be multiplied (131072x1024 and 768x768)After debugging, I believe the error is in the mmssl.py (line 28)
pre_params = {
"input_dim": self.patch_embedding_dim,
"hidden_dim": self.patch_embedding_dim,
}I believe the input_dim should be set to 1024 instead of the same as hidden_dim 768. I reset it and it worked.
Elliot-QxZhang
Metadata
Metadata
Assignees
Labels
No labels