Update cross_entropy_loss.py
This commit is contained in:
parent
4a369c264a
commit
93785d3578
1 changed files with 1 additions and 1 deletions
|
|
@ -353,7 +353,7 @@ class Fast_CrossEntropyLoss(torch.autograd.Function):
|
|||
pass
|
||||
pass
|
||||
|
||||
@torch._disable_dynamo
|
||||
# @torch._disable_dynamo
|
||||
def fast_cross_entropy_loss(
|
||||
logits,
|
||||
labels,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue