Open zzks opened 6 years ago
you can pay attention to the" dynamic_rnn" function in tf
Thank you for your attention to this matter. I tried to change the code to deal with dynamic length images, but failed in sess.run(), it only accept fixed size imgs... Could you be more specific?
Hi I am having the same issue. I am trying to apply this network on another data set in which images have different sizes. Have you already solved this issue? And if yes how? thanks
hi, the image height and width is fixed in this model, how to change it to deal with dynamic length images? THX!