Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
haowen-xu committed May 16, 2020
1 parent d508787 commit a5854cf
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 @@ -5,7 +5,7 @@
from ..arg_check import *
from ..tensor import Tensor, Module, rank, shift
from ..typing_ import *
from . import resnet, core, composed, conv_edge_bias
from . import resnet, core, composed, edge_bias_conv_
from .core import *
from .utils import flatten_nested_layers

Expand Down

0 comments on commit a5854cf

Please sign in to comment.