rosinality/sagan-pytorch

discriminator doesn't use self attention

Closed this issue · 2 comments

rjeli commented

return ConvBlock(in_channel, out_channel, stride=stride,

self-attention isn't passed, intentional?

It's my mistake. Corrected it. Sorry.

rjeli commented

☺️ thanks for the repo, it helps a lot!