everyone!
I'm new on Tensorflow. At Getting Started with TensorFlow, I got the tf.contrib.learn.io.numpy_input_fn({"x": x_train}, y_train, 4, num_epochs=1000)
source. I wonder what does batch_size
and num_epochs
mean? I tried to change the tutorial value and get no effect for me.
I searched on Tensorflow and Github but fail.
Please let me know what's this or where could i search about it.