"vscode:/vscode.git/clone" did not exist on "859b809031bc269b5e69281a83bdb52970ea40c5"
Commit db5a0574 authored by patil-suraj's avatar patil-suraj
Browse files

fix typo

parent 0dbc4779
...@@ -86,7 +86,7 @@ class Upsample(nn.Module): ...@@ -86,7 +86,7 @@ class Upsample(nn.Module):
self.use_conv = use_conv self.use_conv = use_conv
self.dims = dims self.dims = dims
self.use_conv_transpose = use_conv_transpose self.use_conv_transpose = use_conv_transpose
name = self.name self.name = self.name
if use_conv_transpose: if use_conv_transpose:
conv = conv_transpose_nd(dims, channels, self.out_channels, 4, 2, 1) conv = conv_transpose_nd(dims, channels, self.out_channels, 4, 2, 1)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment