TypeError: softmax() got an unexpected keyword argument ‘axis’
The latest version of keras did not support axis
as an argument to softmax
. I had to downgrade keras.
$ pip install keras==2.0.6
TypeError: softmax() got an unexpected keyword argument ‘axis’
The latest version of keras did not support axis
as an argument to softmax
. I had to downgrade keras.
$ pip install keras==2.0.6