clcarwin / sphereface_pytorch

A PyTorch Implementation of SphereFace.
MIT License
714 stars 172 forks source link

matlab_cp2tform.py warning #17

Closed lucaskyle closed 6 years ago

lucaskyle commented 6 years ago

/xxxxxxx/sphereface_pytorch-master/matlabcp2tform.py:91: FutureWarning: rcond parameter will change to the default of machine precision times max(M, N) where M and N are the input matrix dimensions. To use the future default and silence this warning we advise to pass rcond=None, to keep using the old, explicitly pass rcond=-1. r, , , = lstsq(X, U)

when i running train.py, a lot of warning shows up. but it can be ignored...... is there anyone has same issue?

btw the lfw_eval result is 'Acc 99% thd 36%' when i set threshold= 70% ACC will be 70+%... is that good?