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, i ran into a problem with image shapes. I use mindspore-cpu and computation time on cpu is really long.
Question: Model input is tensor with shape [n_views, ... 3, 1920, 1056], how can i reduce size of tensor, change image sizes or n_views? I tried change sizes to [256, 256], [640, 352] and etc, but i have a problem with it, "element1_shape of size 88 not compatible with element2_shape of size 255".
Thanks, I hope for your answer.
The text was updated successfully, but these errors were encountered:
Hi, i ran into a problem with image shapes. I use mindspore-cpu and computation time on cpu is really long.
Question: Model input is tensor with shape [n_views, ... 3, 1920, 1056], how can i reduce size of tensor, change image sizes or n_views? I tried change sizes to [256, 256], [640, 352] and etc, but i have a problem with it, "element1_shape of size 88 not compatible with element2_shape of size 255".
Thanks, I hope for your answer.
The text was updated successfully, but these errors were encountered: