I am using your implementation for my project work and getting satisfactory results. Thanks a lot for your wonderful work.
I had a question regarding the weight initialization. I have added a few layers to the model and want to initialize the weight of those layers using tf.contrib.layers.variance_scaling_initializer(factor=1.0, mode='FAN_AVG', uniform=False). Could you please guide me on how can I do this?
Hi,
I am using your implementation for my project work and getting satisfactory results. Thanks a lot for your wonderful work.
I had a question regarding the weight initialization. I have added a few layers to the model and want to initialize the weight of those layers using tf.contrib.layers.variance_scaling_initializer(factor=1.0, mode='FAN_AVG', uniform=False). Could you please guide me on how can I do this?
Thanks!