Mil model Backbone input channel as a parameter #6738
Unanswered
relyativist
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Hi @relyativist, thanks for your interest here. Considering your particular issue, I guess you may forget to send the data to the same |
Beta Was this translation helpful? Give feedback.
1 reply
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Thanks for making MIL model tutorial public, I am trying to experiment with monai mil_model on my data. I have an frames of images with tensor shape (b, n, c, h, w),
x = (16, 97, 1, 128, 128)
, thus my frames of images have only 1 channel. I face with the Runtime Error when I init the model and try runmodel(x)
:I assume the Backbone ResNet have input channel of 3, and this throws the Error. Then I tried to
But this also throws the error:
I assume the second error is considered with input type Error. However, can input channel be a parameter of MIL model?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions