SpaGCN
SpaGCN copied to clipboard
Computation of q_ij
I have a brief question regarding the computation of q_{ij} in lines: https://github.com/jianhuupenn/SpaGCN/blob/a67402d954572b4f088475c79f3492ec1a6048e4/SpaGCN_package/SpaGCN/models.py#L25
In the paper the formula is:
whereas the code says rather (ignoring alpha)
so is there a typo in the publication?