-
Notifications
You must be signed in to change notification settings - Fork 111
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
issue when using custom dataset #1
Comments
I am interesting in this issue too, I tried to train model on at&t facedatabase and I catch this error. Did you cope with the problem? |
Check your margin in try-catch block, my error was caused by this. |
@eldarovich99 what did you do? where you able to run on custom dataset? |
@vainaijr , please check the shape of your dataset images. It must have all the same shape. |
how can i make all images of same shape |
use imresize |
Check size of your dataset images. Change layer dimension accordingly. |
I attempted to run this siamese network on a custom dataset of comic character faces, but got the error "all input arrays must have the same shape"
I am using the moeimouto-faces dataset, and ran this jupyter notebook on it.
Dataset - https://www.kaggle.com/mylesoneill/tagged-anime-illustrations/home
how to solve this issue?
The text was updated successfully, but these errors were encountered: