成功解决return tf.nn.softmax(x, axis=axis) TypeError: softmax() got an unexpected keyword argument '

成功解决return tf.nn.softmax(x, axis=axis) TypeError: softmax() got an unexpected keyword argument 'axis

 

 

 

目录

解决问题

解决方法


 

 

 

 

解决问题

return tf.nn.softmax(x, axis=axis) TypeError: softmax() got an unexpected keyword argument 'axis'

 

 

 

解决方法

修改keras得源文件

成功解决return tf.nn.softmax(x, axis=axis) TypeError: softmax() got an unexpected keyword argument '

 

 

 

上一篇:成功解决TypeError: take() got an unexpected keyword argument ‘fill_value‘


下一篇:Vue项目问题-TypeError: this.getOptions is not a function