facebookresearch / neuralvolumes

Training and Evaluation Code for Neural Volumes
Other
420 stars 52 forks source link

Block-wise initialization scheme #2

Closed denkorzh closed 4 years ago

denkorzh commented 4 years ago

Hi, is there any paper describing the used block-wise weight initialization scheme?

https://github.com/facebookresearch/neuralvolumes/blob/8c5fad49b2b05b4b2e79917ee87299e7c1676d59/models/utils.py#L73

stephenlombardi commented 4 years ago

Hi, I remember I heard about it from this github issue: https://github.com/Lasagne/Lasagne/issues/862 which references this tech report: https://arxiv.org/abs/1707.02937

denkorzh commented 4 years ago

Thank you!