img2img_sa icon indicating copy to clipboard operation
img2img_sa copied to clipboard

Unsupervised Image-to-Image Translation with Self-Attention Networks Official PyTorch Implementation (IEEE BigComp 2020, This paper has been accepted as a REGULAR paper presented at IEEE International...

Results 3 img2img_sa issues
Sort by recently updated
recently updated
newest added

In your papers, the structure has two self-att block in generator. One is in the encoder, and one is in the decoder. But in your code of network, I can't...

If yes, what does the dataset structure look like? If no, what should I do to modify the repo mainly?