Skip to content

Commit

Permalink
[layers] fix bug of concat layer --> all_drop
Browse files Browse the repository at this point in the history
  • Loading branch information
zsdonghao committed Dec 22, 2016
1 parent 0f2ab83 commit 400d717
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tensorlayer/layers.py
Original file line number Diff line number Diff line change
Expand Up @@ -3036,7 +3036,7 @@ def __init__(

self.all_layers = list_remove_repeat(self.all_layers)
self.all_params = list_remove_repeat(self.all_params)
self.all_drop = list_remove_repeat(self.all_drop)
#self.all_drop = list_remove_repeat(self.all_drop) # it is a dict


class ElementwiseLayer(Layer):
Expand Down

0 comments on commit 400d717

Please sign in to comment.