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
I have a problem, when passing more than one element to the network during the training phase on my dataset.
The problem is here:
predictor.set_image(image)
if the image has shape: (16, 1024, 1024, 3) where 16 is the batch size, and 3 the number of channels,
then I get an error, that the dimension does not match the desired input.
If the batch size is 1, then it works.
How to deal with it?
The text was updated successfully, but these errors were encountered:
I have a problem, when passing more than one element to the network during the training phase on my dataset.
The problem is here:
predictor.set_image(image)
if the image has shape: (16, 1024, 1024, 3) where 16 is the batch size, and 3 the number of channels,
then I get an error, that the dimension does not match the desired input.
If the batch size is 1, then it works.
How to deal with it?
The text was updated successfully, but these errors were encountered: