I have completed the training successfully using Image2Image.py. But I could not test the model using test images. Whenever i run with --eval , the model generates the inference for random images in the training dataset. Could you please help me with it?
Also in the eval() function,

generate_images function is hard coded with the value of 100. Why is that so?