tensorflow-deeplab-resnet icon indicating copy to clipboard operation
tensorflow-deeplab-resnet copied to clipboard

Seeking information on weight initialization

Open Damanpreet opened this issue 6 years ago • 0 comments

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!

Damanpreet avatar Aug 02 '19 03:08 Damanpreet