SiamVGG
SiamVGG copied to clipboard
no checkpoint found at 'backup/bestSIAMVGG.pth.tar'
trafficstars
Hello,I encountered the following error when I ran train.py.
no checkpoint found at 'backup/bestSIAMVGG.pth.tar'
epoch 0, processed 0 samples, lr 0.0000100000
* best MAE 0.000
* MAE 0.000
epoch 1, processed 6000 samples, lr 0.0000100000
* best MAE 0.000
* MAE 0.000
Thanks
You should train that from beginning or download the pretrained weight.
That means there is no effect on training?
Actually I didn't write the evaluate fuction for the siamvgg.
So you shall use the several last check points to test and find the best one.