Unverified Commit 8f5ae436 authored by athitten's avatar athitten Committed by GitHub
Browse files

Remove debug print statement

Removing debug print statement that is not necessary.
parent db92ee13
...@@ -9,7 +9,6 @@ class FastSelfAttnNormAddFunc(torch.autograd.Function): ...@@ -9,7 +9,6 @@ class FastSelfAttnNormAddFunc(torch.autograd.Function):
dropout_prob_t = torch.tensor([dropout_prob]) dropout_prob_t = torch.tensor([dropout_prob])
null_tensor = torch.tensor([]) null_tensor = torch.tensor([])
use_mask = (pad_mask is not None) use_mask = (pad_mask is not None)
print("---use_mask-----",use_mask)
lyr_nrm_results, \ lyr_nrm_results, \
lyr_nrm_mean, \ lyr_nrm_mean, \
lyr_nrm_invvar, \ lyr_nrm_invvar, \
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment