"...unconditional_image_generation/train_unconditional.py" did not exist on "4e08e0ca427a0370f84984e3dbf463b8266eef44"
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):
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, \
......
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