Question about TorchVisionFC model #4865
Unanswered
ctestagrose
asked this question in
Q&A
Replies: 1 comment
-
looks like you are having a batch size 16 and 1000-dimensional vector as the input to a torchvision FC model. the shape looks more like an output of a classification model to me. there are a few use cases in the unit tests, in case one of them matches your use case.. MONAI/tests/test_torchvision_fc_model.py Line 26 in 1516ca7 |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I am interested in using the TorchVisionFC model. I see that the default model is resnet. Is there any way to use another torchvision model that is specified https://pytorch.org/vision/stable/models.html ? I would like to replace resnet with inception v3.
When I replace resnet with inception v3 I am receiving the following error:
I am thinking this is an issue with either the way I am loading the data or possibly a misinterpretation on my part in regard to the way the TorchVisionFC model works.
Thank you, I am extremely appreciative of any help.
Beta Was this translation helpful? Give feedback.
All reactions