Re: [Dclib-devel] [dclib-devel] Implementing a GAN with dlib
Brought to you by:
davisking
From: Davis K. <dav...@gm...> - 2017-10-22 01:08:56
|
I would make a network that forks into two subnetworks and then write my own loss layer that did whatever you want to do. I doubt you could implement any of the GAN papers using a binary classification loss like loss_binary_log. They all have very specific loss functions that only make sense in the context of GAN. |