I have been using Keras-Tuner for tuning my ANN before going into training. The tuner seems to be iterating forever even though I set a limit of 1000 epochs.
After that, I have decided to terminate the tuning process after 500 epochs. However, I am not sure what to do actually.
How many epochs should I iterate for tuning an ANN so that I can obtain the best result for my ANN?