You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could you share the benign dataset used for this project?
Also I have the question regarding the parameter in the model
why have you used 86796 in placeholder.
Same is used for the first convolution layer in the model.
X = tf.placeholder(tf.float32, [None, input_size,86796,1])
Thank You
The text was updated successfully, but these errors were encountered:
Hello Sir,
Could you share the benign dataset used for this project?
Also I have the question regarding the parameter in the model
why have you used 86796 in placeholder.
Same is used for the first convolution layer in the model.
X = tf.placeholder(tf.float32, [None, input_size,86796,1])
Thank You
The text was updated successfully, but these errors were encountered: