You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
Short Question : I have a data set with arbitrary input sizes. How should I edit my input samples to keep all of them in one matrix for GPU efficiency?
Long Questions :
Currently I am processing each sample individually, which of course, really inefficient. I should store them in 4D matrix (where 4th dimension is for images), but due to their varying size, I can't.
Do you think I should sample same sized inputs from the data? How should I do it?
What if I set the size of my 4D matrix to maximum size of among all input samples and fill the remaining part of other samples with zeros? What happens when we give an image of zeros to the network? Does it have any influence in learning?
Thank you.
The text was updated successfully, but these errors were encountered:
Hi, @barisgecer When I run the fcnTrain.m(gpu mode) it is very slow around 1Hz and don't converge, what problems do you think I have? Please help me,thank you very much!
CUDADevice with properties:
Hi,
Short Question : I have a data set with arbitrary input sizes. How should I edit my input samples to keep all of them in one matrix for GPU efficiency?
Long Questions :
Currently I am processing each sample individually, which of course, really inefficient. I should store them in 4D matrix (where 4th dimension is for images), but due to their varying size, I can't.
Do you think I should sample same sized inputs from the data? How should I do it?
What if I set the size of my 4D matrix to maximum size of among all input samples and fill the remaining part of other samples with zeros? What happens when we give an image of zeros to the network? Does it have any influence in learning?
Thank you.
The text was updated successfully, but these errors were encountered: