Skip to content

Commit

Permalink
also changed the arg name in projections.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Haonan committed Nov 10, 2016
1 parent b4ea2f0 commit 42307d0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

with mixed_layer() as m7:
m7 += conv_operator(img=img, filter=flt, num_filters=64,
num_channel=1, filter_size=3)
num_channels=1, filter_size=3)

end = mixed_layer(input=[full_matrix_projection(input=m5),
trans_full_matrix_projection(input=m6),
Expand Down

0 comments on commit 42307d0

Please sign in to comment.