mirror of
https://github.com/labmlai/annotated_deep_learning_paper_implementations.git
synced 2025-08-14 17:41:37 +08:00
Merge pull request #192 from andreemic/patch-1
Update unet.py: fix typo
This commit is contained in:
@ -186,7 +186,7 @@ class TimestepEmbedSequential(nn.Sequential):
|
|||||||
"""
|
"""
|
||||||
### Sequential block for modules with different inputs
|
### 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
|
`nn.Conv` and `SpatialTransformer` and calls them with the matching signatures
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user