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 am training for a custom dataset. In squeezedet config file I wish to change the network input size for square images to prevent squashing. However when I attempt to do so the train program crashes with the following error:
ValueError: total size of new array must be unchanged [squeezeDet.py line 96]
Do I have to change the anchor shapes with respect to network input width and height, if so how do I go about it? I wish to change from 1248x384 -> 832x832
The text was updated successfully, but these errors were encountered:
I am training for a custom dataset. In squeezedet config file I wish to change the network input size for square images to prevent squashing. However when I attempt to do so the train program crashes with the following error:
ValueError: total size of new array must be unchanged [squeezeDet.py line 96]
Do I have to change the anchor shapes with respect to network input width and height, if so how do I go about it? I wish to change from 1248x384 -> 832x832
The text was updated successfully, but these errors were encountered: