regularisation cost
Opened this issue · 1 comments
sitmo commented
Hi Corey,
Thanks for your great blog post and sharing the code.
I was wondering about the weights in the the cost functions: shouldn't the l2_losses in the generative_loss function have opposite signs? The way it is now increasing weights will reduce the cost in the generative_loss.
cjbayesian commented
Nice catch. I think you're right. I'm running it again with the sign change on the regularizers. Will push the change once it finishes.