Question: model.add(tf.keras.layers.Dense(args.hidden_layer, args.activation)) for this line it gives me error when there is none activation function could someone fix that?
model.add(tf.keras.layers.Dense(args.hidden_layer, args.activation))
for this line it gives me error when there is none activation function
could someone fix that?
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
