making dataset with different channels #577
Unanswered
zinnia1223
asked this question in
Q&A
Replies: 0 comments
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.
-
Hello, I'm a newbie in Python programming and AI.
I have an x-ray data set for study. The problem is that... there are several images that have different channels.
I used these transforms.
The result is...
And I got an error while training a model as below:
Is there any way to change [3, 224, 224] to [1, 224, 224], by using transforms?
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions