- 000
input to softmax function: [1. 3. 4. 2.]
ValueError Traceback (most recent call last)
~\AppData\Local\Temp\ipykernel_21880\3343928682.py in
5
6 #feed the inputs to a softmax activation function
----> 7 outputs = tf.keras.activations.softmax(inputs)
8 print(f'output...