davidADSP / GDL_code

The official code repository for examples in the O'Reilly book 'Generative Deep Learning'

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Question about WGAN-GP and 0 dummy vector as output

thephet opened this issue · comments

Hi, this is a question from the book against the code. Page 125, point 7, it says "The model has three outputs: 1..., -1... and a dummy 0 vector.

But then in the code (example 4.10) the third output is validity_interpolated, which is not a 0 vector.

Is this a mistake or there's something I don't understand?

Thanks for your help