You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I attempted to train pix2pix using my own data.
I used pix2pix_vanilla_unet_bn_facades_b1x1_80k.py as my config;
I divided the dataset into train and test with paired images
It runs smoothly until it saved the 10000 iteration and show the following error message: "assert self.is_domain_reachable(
AssertionError: A domain is not reachable, available domain list is ['B']"
In my case, A and B is the translation I want to achieve.
Can you help?
Thanks!
Tao
The text was updated successfully, but these errors were encountered:
Hi,
I attempted to train pix2pix using my own data.
I used pix2pix_vanilla_unet_bn_facades_b1x1_80k.py as my config;
I divided the dataset into train and test with paired images
It runs smoothly until it saved the 10000 iteration and show the following error message:
"assert self.is_domain_reachable(
AssertionError: A domain is not reachable, available domain list is ['B']"
In my case, A and B is the translation I want to achieve.
Can you help?
Thanks!
Tao
The text was updated successfully, but these errors were encountered: