"git@developer.sourcefind.cn:OpenDAS/pytorch3d.git" did not exist on "292acc71a33bf389225ef02af237dd82a8319f59"
Fix _init_hubert_pretrain_model (#2886)
Summary: address https://github.com/pytorch/audio/issues/2885 In `_init_hubert_pretrain_model ` method which initialize the hubert pretrain models, `kaiming_normal_` should be applied on `ConvLayerBlock` instead of `LayerNorm` layer. This PR fixes it and adds more unit tests. Pull Request resolved: https://github.com/pytorch/audio/pull/2886 Reviewed By: hwangjeff Differential Revision: D41713801 Pulled By: nateanl fbshipit-source-id: ed199baf7504d06bbf2d31c522ae708a75426a2d
Showing
Please register or sign in to comment