discgen icon indicating copy to clipboard operation
discgen copied to clipboard

Add discriminative regularization to mlp output

Open dribnet opened this issue 7 years ago • 1 comments

Mostly resolves #5.

@vdumoulin - curious if this looks roughly right. I've confirmed that training starts, but haven't fully trained a model with this change yet. Can do so if this doesn't have any obvious flaws and that would be useful.

Note: also includes a commit to change model loading so that this can be run with more recent vintage blocks.

dribnet avatar Aug 12 '16 15:08 dribnet

Update: this runs and trains, but the loss explodes after about 6 epochs - and I've confirmed it's the new discriminative mlp term causing this. So something here is not quite right.

dribnet avatar Aug 15 '16 04:08 dribnet