JaveyWang / Pyramid-Attention-Networks-pytorch

Implementation of Pyramid Attention Networks for Semantic Segmentation.
GNU General Public License v3.0
235 stars 55 forks source link

Is this implementation correct ? #8

Open shuuchen opened 5 years ago

shuuchen commented 5 years ago

In line 216 of networks.py, should you use += instead of = ?