InsightFace-v2
InsightFace-v2 copied to clipboard
BEST_checkpoint_r101.tar fine tune
how can I use BEST_checkpoint_r101.tar and go on learning? when I used BEST.tar I got this error AttributeError: 'DataParallel' object has no attribute 'src_device_obj'
you need to use .module attribute when your model is wrapped in a DataParallel objetc