Skip to content
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

Problem while generating: No data provided for "pose" #14

Open
NizarNi opened this issue Mar 5, 2018 · 0 comments
Open

Problem while generating: No data provided for "pose" #14

NizarNi opened this issue Mar 5, 2018 · 0 comments

Comments

@NizarNi
Copy link

NizarNi commented Mar 5, 2018

I used the Cropped Yale data base to train a model, since it's just for testing I specified 2 epochs, 4 deconvolution layers and a batch size of 6.

But while trying to generate faces, using sigle.yaml or random.yaml I have got the following error

File "/usr/local/lib/python3.5/dist-packages/keras/engine/training.py", line 67, in _standardize_input_data
'for each key in: ' + str(names))
ValueError: No data provided for "pose". Need data for each key in: ['identity', 'pose', 'lighting']

It's clear that the script coming from keras "training.py" is needing a specific data about the pictures, Does any one encountered any similaire issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant