Skip to content

Commit

Permalink
AAAAAAAAAAAAAAAAAAAAA
Browse files Browse the repository at this point in the history
  • Loading branch information
jindrahelcl authored Jun 5, 2017
1 parent 658f00e commit 436e05a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neuralmonkey/trainers/generic_trainer.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def __init__(self, objectives: List[Objective],

with tf.name_scope('regularization'):
regularizable = [v for v in tf.trainable_variables()
if BIAS_REGEX.findall(v.name)
if not BIAS_REGEX.findall(v.name)
and not v.name.startswith("vgg")
and not v.name.startswith("Inception")
and not v.name.startswith("resnet")]
Expand Down

1 comment on commit 436e05a

@kocmitom
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It was a pleasure to help :D :D

Please sign in to comment.