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
The generated mask graph is in the shape of [h, W, 3]. Now, the following data that only supports three-dimensional data appears using celoss. Does it need to convert the three-channel graph into one channel? Finally, do a dimensionality reduction to get the shape of [n, h, w] ?
#313
Open
gittjob opened this issue
Nov 8, 2021
· 8 comments
@SkevyHoo i got predicted mask has shape : torch.Size([1, 2, 497, 640]) and ground true mask has shape:
GT torch.Size([1, 497, 640]). I wander what the 2nd dimension in predicted mask shape stand for? Thanks
1only batches of spatial targets supported (3D tensors) but got targets of size: : [1, 254, 500, 3]
The text was updated successfully, but these errors were encountered: