We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, I am trying to generate CAMs from Microsoft's prov-gigapath model. I am getting:
RuntimeError: shape [1,14,14,1536] is invalid for input of size 393216.
I am using the modifying vit_example available under the usage_examples folder. I am getting an error in reshape_transformsfunction.
result = tesnsor[: ,1 : , : ].reshape(tensor.size(0), I am getting error in this line. Please help me to resolve this issue.
result = tesnsor[: ,1 : , : ].reshape(tensor.size(0),
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
I am trying to generate CAMs from Microsoft's prov-gigapath model. I am getting:
RuntimeError: shape [1,14,14,1536] is invalid for input of size 393216.
I am using the modifying vit_example available under the usage_examples folder. I am getting an error in reshape_transformsfunction.
result = tesnsor[: ,1 : , : ].reshape(tensor.size(0),
I am getting error in this line. Please help me to resolve this issue.The text was updated successfully, but these errors were encountered: