Fix bn_addrelu's bitmask type error (#67)
This patch converts torch.cuda.LongTensor's argument of bn_addrelu's bitmask to int to fix the type error.
Showing
Please register or sign in to comment
This patch converts torch.cuda.LongTensor's argument of bn_addrelu's bitmask to int to fix the type error.