Disabled Softmax
This commit is contained in:
@@ -14,6 +14,6 @@ class DeToken(torch.nn.Module):
|
|||||||
x = self.__linear(x)
|
x = self.__linear(x)
|
||||||
|
|
||||||
# 2) Go to logits
|
# 2) Go to logits
|
||||||
x = torch.softmax(x, 2)
|
# x = torch.softmax(x, 2)
|
||||||
|
|
||||||
return x
|
return x
|
||||||
|
|||||||
Reference in New Issue
Block a user