没有啊,我用3.0是、也可以用这个功能
我用自带的命令paddleclas --model_name=PPLCNetV2_base --infer_imgs="./2022-09-22_12-47-42.jpg"可以分类,但是调用了项目的就不行了
python infer.py --model ResNet50_vd_infer --image ILSVRC2012_val_00000010.jpeg --device cpu --backend ort --topk 1
N305没有显卡,虽然我是用了CPU来分类,但是却在报 libcudart.so.11.0: cannot open shared object file: No such file or directory 的错误
需要CUDA才行