Replies: 1 comment
-
I'm not sure what kind of |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to get the attention layers out of a model I have trained.
I can evaluate correctly the model by using sliding_window_inference on the entire 3D volume. But when I try to use the same function to get the output of those layers I get the error:
I am not sure if I am missing something here but I can't find much information on this topic so far. Here is the eval code:
Beta Was this translation helpful? Give feedback.
All reactions