zhukangkang(朱康康)
zhukangkang(朱康康)
as i trained the model on widerface dataset for face detection, the loss 875/875 [==============================] - 1327s 2s/step - loss: 13.1126 - val_loss: 13.7300 loos not decrease , and test...
Expected object of type torch.DoubleTensor but found type torch.FloatTensor for argument #2 'weight'
when test the model ,got the issue as below ,plz help to check the issue --------------------------------------------------------------------------- RuntimeError Traceback (most recent call last) in () 17 18 print("start to detect ")...
do you have the code for compress the yolo-v3 model, as yolo-v3 model with 416&416 need GPU memory 2~3GB, so do you have any suggest for reduce the memory?