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
Hi, does your code has good performance with Self_attention??
I think your implement about self-attention is something wrong ,because basically self-attention have 4 convolutions( f, g, h, and v) you dont have v!!
and according official tensorflow version code , you have not max_pool followed by g()
The text was updated successfully, but these errors were encountered:
Hey. You might be right I didn’t really look into it that much because the results were quite good regardless. I wrote the code when the SAGAN paper was pretty new. If you can spare some time to submit a PR, I’d totally merge it.
Hi, does your code has good performance with Self_attention??
I think your implement about self-attention is something wrong ,because basically self-attention have 4 convolutions( f, g, h, and v) you dont have v!!
and according official tensorflow version code , you have not max_pool followed by g()
The text was updated successfully, but these errors were encountered: