Skip to content

Commit 7cc3a7a

Browse files
authored
Update unet.py: fix typo
changed "suck" -> "such"
1 parent df566e0 commit 7cc3a7a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • labml_nn/diffusion/stable_diffusion/model

labml_nn/diffusion/stable_diffusion/model/unet.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ class TimestepEmbedSequential(nn.Sequential):
184184
"""
185185
### Sequential block for modules with different inputs
186186
187-
This sequential module can compose of different modules suck as `ResBlock`,
187+
This sequential module can compose of different modules such as `ResBlock`,
188188
`nn.Conv` and `SpatialTransformer` and calls them with the matching signatures
189189
"""
190190

0 commit comments

Comments
 (0)