ht014 / BGAN

41 stars 22 forks source link

Q about 'in-size' of fc6 #1

Closed prismformore closed 6 years ago

prismformore commented 6 years ago

In generator.py line 75, self.fc6 = self.fc_layer(self.pool5, 25088, 4096, "fc6") # 25088 = ((224 / (2 ** 5)) ** 2) * 512

So the input image size is 224*224?

ht014 commented 6 years ago

yes, we set the input image size as 224 x 224.