Merge pull request #192 from andreemic/patch-1

Update unet.py: fix typo
This commit is contained in:
Varuna Jayasiri
2023-06-30 11:38:13 +01:00
committed by GitHub

View File

@ -186,7 +186,7 @@ class TimestepEmbedSequential(nn.Sequential):
"""
### Sequential block for modules with different inputs
This sequential module can compose of different modules suck as `ResBlock`,
This sequential module can compose of different modules such as `ResBlock`,
`nn.Conv` and `SpatialTransformer` and calls them with the matching signatures
"""