VITA-Group / AutoSpeech

[InterSpeech 2020] "AutoSpeech: Neural Architecture Search for Speaker Recognition" by Shaojin Ding*, Tianlong Chen*, Xinyu Gong, Weiwei Zha, Zhangyang Wang
https://arxiv.org/abs/2005.03215
MIT License
208 stars 42 forks source link

关于代码和论文的匹配疑问 #1

Closed nemoramo closed 4 years ago

nemoramo commented 4 years ago

在使用代码的时候发现一个问题,你们的proposed 1过了temporal pooling后是1024 dim,这个于文章中说的256dim不同是否是代码上少了一个dense结构

shaojinding commented 4 years ago

The 1024 dim is correct. We will fix this in the paper soon. Thanks.