CycleGAN icon indicating copy to clipboard operation
CycleGAN copied to clipboard

Testing on training data?

Open albertoandreottiATgmail opened this issue 5 years ago • 1 comments

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 avatar Aug 22 '19 19:08 albertoandreottiATgmail

@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.

devbhartra avatar Apr 20 '20 09:04 devbhartra