Latter_Security9389
Latter_Security9389 t1_izirxj3 wrote
You are missing a test split. It's common to pick the best validation checkpoint but you still want a test split (that's completely unseen during training/model picking) to test your model.
You also need to be careful with the metrics you look at to test your model because your classes are very imbalanced.
Latter_Security9389 t1_j4v5b5e wrote
Reply to [D] Suggestion for approaching img-to-img? by kingdroopa
Have you already tried different variants of GAN for more stable training?