Skip to content

Commit

Permalink
fix typo in unet.py
Browse files Browse the repository at this point in the history
ouput -> output
  • Loading branch information
eltociear authored Apr 14, 2023
1 parent 6d26080 commit 5f9fb5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cm/unet.py
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ def count_flops_attn(model, _x, y):

class QKVAttentionLegacy(nn.Module):
"""
A module which performs QKV attention. Matches legacy QKVAttention + input/ouput heads shaping
A module which performs QKV attention. Matches legacy QKVAttention + input/output heads shaping
"""

def __init__(self, n_heads):
Expand Down

0 comments on commit 5f9fb5a

Please sign in to comment.