Face_Pytorch
Face_Pytorch copied to clipboard
How to reproduce the result in README?
I download the dataset produced in #5 ,and try to reproduce the result showed in README. However, the train accuracy stuck in 0. Can you give me some details about how modified the code?
All setting detailes are in train.py and all network deatils are in backbone/xx.py, you can review the code to get what you want. (You'd better check the code to make sure class name remains unchanged, because sometimes I update my code for personal usage. )
I also met the problem about training accuracy stuck in 0. and have you solved the problem yet?