simontomaskarlsson/CycleGAN-Keras

Weight initialized as?

Opened this issue · 1 comments

Hi Simon,

I tried to find it and its probably because my knowledge about Keras is limited. But do you know what the weights are initialised as? And do you know where exactly they are initialised? Are they initialized as Gaussian random number with some standard deviation?

Hi,
The default initialization of the weights is different for different layers. Read about each layer in the keras documentation.

In section 'Architecture functions' from row 247 the weights are initialized when those functions are called.

Regards,
Simon