clcarwin / sphereface_pytorch

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

Loss isn't decreasing #44

Open ljtruong opened 5 years ago

ljtruong commented 5 years ago
screen shot 2018-12-14 at 3 06 14 pm

I'm training the system with only slight modification for pytorch 0.4 and python 2 (tried python 3 but was receiving BadZipFile("Bad magic number for file header")).

My loss doesn't seem to be decreasing. Is there something I'm doing wrong here?

TimLiujn commented 5 years ago

I have the same error,have you solved it?

Jimzhou82sub commented 5 years ago

I have the same error,have you solved it?

fight-think commented 1 year ago

I met the same situation. Did you figure out the reason for that?