Closed jinsu35 closed 7 years ago
I figured out.
In line 153,
change self.topMasks0 = topMasks0:float():squeeze()
into self.topMasks0 = topMasks0:float():squeeze(2)
By default squeeze() removes all singleton dimensions whereas we only to remove only the second.
An error occurs in line 295 in InferSharpMask.lua. Oddly the dimension of mask was reduced to 1. Can someone explain how to resolve this issue?
JK