CycleGAN
CycleGAN copied to clipboard
Testing on training data?
Hello,
I don't see any use of the files under testA or testB in your code, are you testing the model on training data?
thanks!
@albertoandreottiATgmail We found the same issue, so we made 2 new functions for input and reading the test data specifically. Can confirm, it works on the test data we uploaded, as opposed to testing on the training data, as in the repository's original code.
The two functions:
def test_reading(self, sess)
and
def input_test(self):
Change the input directories in these to your test data paths.