Skip to content

Commit

Permalink
fix: deconv_type assignation
Browse files Browse the repository at this point in the history
  • Loading branch information
santi-pdp committed Apr 23, 2017
1 parent ea12768 commit d7fa1b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion model.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def __init__(self, sess, args, devices, infer=False, name='SEGAN'):
self.z_dim = args.z_dim
self.z_depth = args.z_depth
# type of deconv
self.deconv_type = deconv_type
self.deconv_type = args.deconv_type
# specify if use biases or not
self.bias_downconv = args.bias_downconv
self.bias_deconv = args.bias_deconv
Expand Down

0 comments on commit d7fa1b9

Please sign in to comment.