标签: python tensorflow deep-learning keras softmax
当我尝试从advanced_activations
from keras.layers.advanced_activations import Softmax
我收到错误cannot import name 'Softmax'
cannot import name 'Softmax'
尽管Softmax存在于advanced_activations.py