Face_Pytorch icon indicating copy to clipboard operation
Face_Pytorch copied to clipboard

How to reproduce the result in README?

Open CS-Jackson opened this issue 5 years ago • 2 comments

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?

CS-Jackson avatar Mar 15 '19 04:03 CS-Jackson

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. )

wujiyang avatar Mar 15 '19 04:03 wujiyang

I also met the problem about training accuracy stuck in 0. and have you solved the problem yet?

qianchen94 avatar Apr 28 '19 02:04 qianchen94