How to pad MNIST dataset images of size (?,28,28,1)
with tf.pad()
and make it (?,32,32,1)
in tensorflow?
问问题
1097 次
How to pad MNIST dataset images of size (?,28,28,1)
with tf.pad()
and make it (?,32,32,1)
in tensorflow?