Omri J. Sharon

Results 1 comments of Omri J. Sharon

The imaginary part is not ignored. This is the implementation of the abs method of a torchlex tensor: ` def __abs__(self): return self.real**2 + self.imag**2 ` and the softmax uses...