Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
renzhc
diffusers_dcu
Commits
60a98134
Commit
60a98134
authored
Jul 01, 2022
by
patil-suraj
Browse files
actually fix the typo
parent
db5a0574
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/diffusers/models/resnet.py
src/diffusers/models/resnet.py
+1
-1
No files found.
src/diffusers/models/resnet.py
View file @
60a98134
...
...
@@ -86,7 +86,7 @@ class Upsample(nn.Module):
self
.
use_conv
=
use_conv
self
.
dims
=
dims
self
.
use_conv_transpose
=
use_conv_transpose
self
.
name
=
self
.
name
self
.
name
=
name
if
use_conv_transpose
:
conv
=
conv_transpose_nd
(
dims
,
channels
,
self
.
out_channels
,
4
,
2
,
1
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment