Skip to content

Commit 89a7148

Browse files
committedApr 29, 2019
update
1 parent 1c78550 commit 89a7148

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed
 

‎README.md

-1
This file was deleted.

‎models.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ def call(self, inputs, training=None):
105105
outputs.append(hidden)
106106
output = outputs[-1]
107107

108-
# Weight decay loss
108+
# # Weight decay loss
109109
loss = tf.zeros([])
110110
for var in self.layers_[0].trainable_variables:
111111
loss += args.weight_decay * tf.nn.l2_loss(var)

0 commit comments

Comments
 (0)
Please sign in to comment.