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
In the line 33-35 of accum_layer.cu, the latter number of min should be "src_count -1" but not src_count, I guess this may be the reason why you add some NAN processing code in the demo python script. Just some personal guess.
In the line 33-35 of accum_layer.cu, the latter number of min should be "src_count -1" but not src_count, I guess this may be the reason why you add some NAN processing code in the demo python script. Just some personal guess.