Roly-Yang
Roly-Yang
My environment: ubuntu 18.0 base on GPU paddledetection==2.3.0 paddleserving==0.8.3 -------------------------------------------------------------------------------------------- I want to export my model file,so I input: python tools/export_model.py -c configs/ssd/ssd_mobilenet_v1_300_120e_voc.yml --output_dir=./inference_model -o weights=output/ssd_mobilenet_v1_300_120e_voc/model_final.pdparams --export_serving_model=True ---------------------------------------------------------------------------------------------- The question...
When i try to test the model generalization with coco datasets, I got this error: -------------------------------------------------------------------------------------------------------- UserWarning: Default upsampling behavior when mode=bilinear is changed to align_corners=False since 0.4.0. Please specify...