Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
haowen-xu committed May 18, 2020
1 parent a5854cf commit 50a06c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tensorkit/layers/pixelcnn.py
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ def __init__(self,

if edge_bias:
self.add_ones_channel = getattr(
conv_edge_bias, f'AddOnesChannel{spatial_ndims}d')()
edge_bias_conv_, f'AddOnesChannel{spatial_ndims}d')()
in_channels += 1
else:
self.add_ones_channel = Identity()
Expand Down

0 comments on commit 50a06c9

Please sign in to comment.