eriklindernoren/Keras-GAN

Channel-wise fully connected layer missing from context encoders

libertydefense opened this issue · 2 comments

Hey,
The original paper uses a channel-wise FC layer, to connect the enconder to decoder, however in the current implementation of context_encoder.py that is completely removed, is that done on purpose?

Best

This code is full of bugs has this been tested ?

Hi @libertydefense, since I'm interested in using this code, so far I've only spotted that in line 124 self.img_rows should be changed to self.img_cols.

Which other bugs have you found ?