Guodong Shen

Results 3 comments of Guodong Shen

You need to use Python 3.6. "@" is a syntax sugar for matrix multiplication.

I have trained on the msceleb cleaned by insightface, and have achieved 99.6~99.7 accuracy in LFW with resnet50.

重新排版下 ```python def json_loads(s): if s.decode('utf-8') == '': return {} if isPython3: return json.loads(s.decode('utf-8')) return json.loads(s) ```