Thanks for pointing this out! To get the {nil, 4}
you can specify a shape in the input:
Axon.input("iris_features", shape: {nil, 4})
|> Axon.dense(3, activation: :softmax)
Thanks for pointing this out! To get the {nil, 4}
you can specify a shape in the input:
Axon.input("iris_features", shape: {nil, 4})
|> Axon.dense(3, activation: :softmax)