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

softmax() takes 1 positional argument but 2 were given #7

Open
luohm111 opened this issue May 8, 2020 · 2 comments
Open

softmax() takes 1 positional argument but 2 were given #7

luohm111 opened this issue May 8, 2020 · 2 comments

Comments

@luohm111
Copy link

luohm111 commented May 8, 2020

File "rc.py", line 99, in call
return K.softmax(inputs, 1)
TypeError: softmax() takes 1 positional argument but 2 were given
请问这个要怎么解决呀

@luohm111
Copy link
Author

luohm111 commented May 9, 2020

已解决,把,1去掉了

@bojone
Copy link
Owner

bojone commented May 9, 2020

升级keras就可以了

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

2 participants