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
Hey guys i am trying to use the model to train on the images with variable length size.As you know this data set is a fixed length size and there is no problem with running the model but when it comes to other datasets such as IAM we get error since the are not fixed size.One of the techniques that have been mentioned is to do zero padding. Now my question is am i suppose to do the zero padding on the images itself before feeding them to the network and is there any other ways to overcome this issue of variable sizes.
Thanks
The text was updated successfully, but these errors were encountered:
Hey guys i am trying to use the model to train on the images with variable length size.As you know this data set is a fixed length size and there is no problem with running the model but when it comes to other datasets such as IAM we get error since the are not fixed size.One of the techniques that have been mentioned is to do zero padding. Now my question is am i suppose to do the zero padding on the images itself before feeding them to the network and is there any other ways to overcome this issue of variable sizes.
Thanks
The text was updated successfully, but these errors were encountered: