-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
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
Fail to run M3DClip following the example on huggingface #25
Comments
Hi, I think you should transfer the numpy array to torch tensor, like torch.from_numpy(image) |
Now I have this message: |
Hi, thank you for your awesome works. However, when I was trying to run the M3DClip model using code on huggingface I have some errors related to the einops lib. I noticed you use the monai ViT layers to implement the M3DClip, that might be the problem.
Code I ran:
error message:
The text was updated successfully, but these errors were encountered: