Skip to content

Commit

Permalink
bug fix with visuals
Browse files Browse the repository at this point in the history
  • Loading branch information
Ragav Venkatesan (Student) authored and Ragav Venkatesan (Student) committed Mar 13, 2017
1 parent 87a6c2d commit 3783b39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yann/network.py
Original file line number Diff line number Diff line change
Expand Up @@ -3133,7 +3133,7 @@ def get_params (self, verbose = 2):
if verbose >=3:
print "... Collecting parameters of layer " + lyr
params_list = self.dropout_layers[lyr].get_params()
params[lyr] = params_list
params[lyr] = params_list
return params

def save_params (self, epoch = 0, verbose = 2):
Expand Down

0 comments on commit 3783b39

Please sign in to comment.