hkhatod
Results
3
comments of
hkhatod
Has anyone tried to do visulization on cnn classification ? Which variable are you using to visualize
can someone please shed some light on why the output of l2_loss(b) is added to the same variable as l2_loss(self.out_put_W) ? l2_loss += tf.nn.l2_loss(self.output_W) l2_loss += tf.nn.l2_loss(b)
regularization: l2 or dropout or both.