AttributeError: ‘DataParallel’ object has no attribute ‘features’
I traning ConvNet on single 3080Ti, it return such a error AttributeError: ‘DataParallel’ object has no attribute ‘features’;I check the doc of pytorch that indeed the DataParallel object dont have feature attribute,so why code have it?