Error when launching eye_pattern.py
DaddyWesker opened this issue · 1 comments
DaddyWesker commented
Hello.
THanks for sharing your code. I'm getting following error when launching eye_pattern.py
TypeError: ('Keyword argument not understood:', 'groups')
Line where error occurs model = load_model('models/gazev3.1.h5')
I've tried to reload this file from your repo and i've checked, that it lies in the folder "models". What could be the problem?
DaddyWesker commented
pip install --upgrade tensorflow
pip install --upgrade keras
These two lines helped me to solve this issue.