keras-team / keras-preprocessing

Utilities for working with image data, text data, and sequence data.
Other
1.02k stars 444 forks source link

Does one really need row_axis/col_axis arguments in image transform functions? #321

Open eli-osherovich opened 3 years ago

eli-osherovich commented 3 years ago

Please make sure that the boxes below are checked before you submit your issue. If your issue is an implementation question, please ask your question on StackOverflow or on the Keras Slack channel instead of opening a GitHub issue.

Thank you!

Can somebody explain the need to provide row_axis and col_axis arguments? If not necessary, let's remove them.

P. S. In the (very special?) cases were the axes are not in the standard order, one can "swap" the transformations to achieve desired effect.