Difference between SAME and VALID padding schemes
In TensorFlow or in Keras padding takes 2 arguments 'same' and 'valid'. What does it mean? Why don't we have other options?
In TensorFlow or in Keras padding takes 2 arguments 'same' and 'valid'. What does it mean? Why don't we have other options?