Snowdar / asv-subtools

An Open Source Tools for Speaker Recognition
Apache License 2.0
587 stars 135 forks source link

subtools/pytorch/model/resnet_xvector.py文件152行多写了一个self x = self.self.cmvn_(x) #80

Open songfuture opened 3 months ago

songfuture commented 3 months ago

subtools/pytorch/model/resnetxvector.py文件152行多写了一个self,x = self.self.cmvn(x)应该纠正为x = self.cmvn_(x)