shinmura0

Results 6 comments of shinmura0

@trittsv Modifications are required for MobileNet V2. ``` include_top=True ``` After all, MobileNet V2 is as follows. ``` mobile = MobileNetV2(include_top=True, input_shape=input_shape, alpha=alpha, weights='imagenet') ``` Commit content a96658e4a217e737b37dfad0c619ac5bedecc43a

I'm sorry. I didn't keep a memo of the version. But this code was implemented in Colaboratory. And now, it's still running in Colaboratory. So please check the version in...

This code contains normalization. But this normalization don't contains single machine(or id). This contains other machine(18 id).

@wangtao2668129173 asvspoof 2019 PA? Kaldi? What are you talking about?

AdaCos is a special case of ArcFace. So, code is same. Difference is giving parameter. ![無題](https://user-images.githubusercontent.com/34497776/79938105-a49dfe80-8496-11ea-8612-40b1567d64fb.png) Paper is below. https://arxiv.org/abs/1905.00292 And AdaCos is two case. + Fixed scale parameter ((12)...

Unfortunately, I cannot implement dynamic scale parameter. But Fixed AdaCosa is equal to or better than ArcFace.