We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I've installed your TensorFlow version 1.1.0 with pip and keras 2.2
x=Dense(4,activation='softmax',kernel_initializer=glorot_uniform(seed=0))(x) File "/usr/local/lib/python2.7/dist-packages/keras/engine/topology.py", line 619, in __call__ output = self.call(inputs, **kwargs) File "/usr/local/lib/python2.7/dist-packages/keras/layers/core.py", line 881, in call output = self.activation(output) File "/usr/local/lib/python2.7/dist-packages/keras/activations.py", line 29, in softmax return K.softmax(x) File "/usr/local/lib/python2.7/dist-packages/keras/backend/tensorflow_backend.py", line 2963, in softmax return tf.nn.softmax(x, axis=axis) TypeError: softmax() got an unexpected keyword argument 'axis'
Please provide the following information about your Raspberry Pi setup:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the Issue
I've installed your TensorFlow version 1.1.0 with pip and keras 2.2
Steps to Reproduce
Hardware/Software Info
Please provide the following information about your Raspberry Pi setup:
Relevant Console Output/Logs
The text was updated successfully, but these errors were encountered: