yxlijun / DSFD.pytorch

DSFD implement with pytorch
167 stars 58 forks source link

train error #7

Open fuchao01 opened 5 years ago

fuchao01 commented 5 years ago

Traceback (most recent call last): File "train.py", line 257, in train() File "train.py", line 117, in train base_weights = torch.load(args.save_folder + basenet) File "/usr/lib64/python2.7/site-packages/torch/serialization.py", line 265, in load f = open(f, 'rb') IOError: [Errno 2] No such file or directory: 'weights/vgg16_reducedfc.pth'

ltcs11 commented 5 years ago

try to download the basenet checkpoint in readme "I use basenet vgg to train DSFD"

testingshanu commented 5 years ago

Hey, May I know the number of epochs that was used in the VGG based DSFD model that was trained?