Bio-shine

Results 2 issues of Bio-shine

`# multiply & normalize ->(B, N, C')` `energy = torch.bmm(proj_query, proj_key)` `energy_new = torch.max(energy, -1, keepdim=True)[0].expand_as(energy) - energy` I think the normalization implemented in acfnet.py is different from the equation...