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
{{ message }}
This repository was archived by the owner on Nov 17, 2023. It is now read-only.
Dear all,
The provided data loading API, say ImageRecordIter, need the user to specify data_shape, but the convolutional layer is supposed to handle images of various shapes.
Is there any efficient way to feed the networks with images of various shapes?
If not, any advice on implementing such kind of data iterator?