Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
apex
Commits
8f5ae436
Unverified
Commit
8f5ae436
authored
Jan 20, 2022
by
athitten
Committed by
GitHub
Jan 20, 2022
Browse files
Remove debug print statement
Removing debug print statement that is not necessary.
parent
db92ee13
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
apex/contrib/multihead_attn/fast_self_multihead_attn_norm_add_func.py
.../multihead_attn/fast_self_multihead_attn_norm_add_func.py
+0
-1
No files found.
apex/contrib/multihead_attn/fast_self_multihead_attn_norm_add_func.py
View file @
8f5ae436
...
...
@@ -9,7 +9,6 @@ class FastSelfAttnNormAddFunc(torch.autograd.Function):
dropout_prob_t
=
torch
.
tensor
([
dropout_prob
])
null_tensor
=
torch
.
tensor
([])
use_mask
=
(
pad_mask
is
not
None
)
print
(
"---use_mask-----"
,
use_mask
)
lyr_nrm_results
,
\
lyr_nrm_mean
,
\
lyr_nrm_invvar
,
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment