corenel / pytorch-adda

A PyTorch implementation for Adversarial Discriminative Domain Adaptation
MIT License
474 stars 139 forks source link

Anybody visualized feature adaptation? #13

Open aasharma90 opened 5 years ago

aasharma90 commented 5 years ago

I am wondering if anybody has tried to visualize the features obtained from the source and target encoders respectively, to see if they indeed look similar or not? After the adversarial training is complete, and the discriminator and target encoder are able to reach the Nash equilibrium state, the two encoders should generate similar features? Has anybody tried visualizing them?