InsightFace-v2 icon indicating copy to clipboard operation
InsightFace-v2 copied to clipboard

BEST_checkpoint_r101.tar fine tune

Open han1366 opened this issue 5 years ago • 1 comments

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'

han1366 avatar Aug 23 '20 10:08 han1366

you need to use .module attribute when your model is wrapped in a DataParallel objetc

Coderx7 avatar Oct 19 '20 10:10 Coderx7