You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hi, I wanna convert vrn-unguided.t7 in https://github.com/AaronJackson/vrn
and it said :Not Implement nn.SpatialUpSamplingBilinear
actually,i got vrn_unguided.pth and vrn_unguided.py
but a part of vrn_unguided.py was wrong,
like this:
LambdaReduce(lambda x,y: x+y), # CAddTable,
LambdaMap(lambda x: x, # ConcatTable,
nn.Sequential( # Sequential,
nn.Sequential( # Sequential,
nn.Conv2d(256,256,(1, 1)),
nn.BatchNorm2d(256),
nn.ReLU(),
),
nn.Conv2d(256,200,(1, 1)),
#,
,
n,
n,
.,
S,
p,
a,
t,
i,
a,
l,
U,
p,
S,
a,
m,
p,
l,
i,
n,
g,
B,
i,
l,
i,
n,
e,
a,
r,
,
N,
o,
t,
,
I,
m,
p,
l,
e,
m,
e,
n,
t,
,,
,
The text was updated successfully, but these errors were encountered:
hi, I wanna convert vrn-unguided.t7 in https://github.com/AaronJackson/vrn
and it said :Not Implement nn.SpatialUpSamplingBilinear
actually,i got vrn_unguided.pth and vrn_unguided.py
but a part of vrn_unguided.py was wrong,
like this:
LambdaReduce(lambda x,y: x+y), # CAddTable,
LambdaMap(lambda x: x, # ConcatTable,
nn.Sequential( # Sequential,
nn.Sequential( # Sequential,
nn.Conv2d(256,256,(1, 1)),
nn.BatchNorm2d(256),
nn.ReLU(),
),
nn.Conv2d(256,200,(1, 1)),
#,
,
n,
n,
.,
S,
p,
a,
t,
i,
a,
l,
U,
p,
S,
a,
m,
p,
l,
i,
n,
g,
B,
i,
l,
i,
n,
e,
a,
r,
,
N,
o,
t,
,
I,
m,
p,
l,
e,
m,
e,
n,
t,
,,
,
The text was updated successfully, but these errors were encountered: