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

ValueError: Filter must not be larger than the input: Filter: (8, 8) Input: (4, 84) #12

Open
LinZichuan opened this issue Oct 15, 2016 · 3 comments

Comments

@LinZichuan
Copy link

Hello, I install all dependencies and run the first train command python async_dqn.py --experiment breakout --game "Breakout-v0" --num_concurrent 8, but it come out an error. It seems that the input size (4,84) is wrong?

@LinZichuan LinZichuan mentioned this issue Oct 17, 2016
@mboratko
Copy link

mboratko commented Nov 5, 2016

I got this error when I was running tensorflow version 10, upgrading to 11 fixed it.

@LinZichuan
Copy link
Author

vim ~/.keras/keras.json and change 'tf' to 'th', it will solve this problem.

@KaixiangLin
Copy link

@LinZichuan Thanks, it works for me.

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

3 participants