DrSleep / tensorflow-deeplab-resnet

DeepLab-ResNet rebuilt in TensorFlow
MIT License
1.25k stars 429 forks source link

Seeking information on weight initialization #210

Open Damanpreet opened 5 years ago

Damanpreet commented 5 years ago

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!