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 mean for pix2pix now it's for images(256256,2 channels for RGB), if I want to use it for two dataset:
data A: 981; data B: 98*1
Now I want to use A to predict B,and finally use a new A' to generate a B', if it's possible?
Thank you