spconv
spconv copied to clipboard
Fix SparseGlobalAvgPool in pool.py
Fixing issue of SparseGlobalAvgPool giving back only the first feature. For clearer code I also changed max to amax so the magic indexing vanishes.