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 has been archived by the owner on Sep 18, 2024. It is now read-only.
I am trying to use "flow_from_dataframe" for some image classification. However, the format of my files in .pgm. It looks like Keras doesn't even recognize these files(I renamed a couple of files to .jpg & they were recognized).
Is there a workaround this problem?
The error i get is "UserWarning: Found 98 invalid image filename(s) in x_col="image_path". These filename(s) will be ignored.
.format(n_invalid, x_col)"
Thank you!
The text was updated successfully, but these errors were encountered:
I am trying to use "flow_from_dataframe" for some image classification. However, the format of my files in .pgm. It looks like Keras doesn't even recognize these files(I renamed a couple of files to .jpg & they were recognized).
Is there a workaround this problem?
The error i get is "UserWarning: Found 98 invalid image filename(s) in x_col="image_path". These filename(s) will be ignored.
.format(n_invalid, x_col)"
Thank you!
The text was updated successfully, but these errors were encountered: