dragon558
Results
1
issues of
dragon558
in face_verify.py file: if conf.device.type == 'cpu': learner.load_state(conf, 'cpu_final.pth', True, True) else: learner.load_state(conf, 'final.pth', True, True) but i can not find the cup_final.pth nether the final.pth. Could anyone tell me...