JacksonLiu

Results 9 issues of JacksonLiu

You are trying to load a weight file containing 30 layers into a model with 33 layers. I don't understand how to change my layers? Can I change my model...

could you offer all model weight file of cifar100?

platform:windows10 python3.8 onnx==1.12.0 安装方式 pip install fastdeploy-python -f https://www.paddlepaddle.org.cn/whl/fastdeploy.html yolov5-5.0 导出方式 python export.py --weights runs/train/exp33/weights/best.pt --include onnx windows C++ SDK 编译方式是参考这个文档:use_sdk_on_windows.md ` E:\program\fastdeploy-win-x64-gpu-0.2.1\examples\vision\detection\yolov7\cpp\build\Release>infer.exe models/cable.onnx photo/2.png 0 # CPU [INFO] fastdeploy/fastdeploy_runtime.cc(283)::fastdeploy::Runtime::Init...

platform:wsl2 Ubuntu20.0.4 python3.9 onnx==1.12.0 安装方式 pip install fastdeploy-python -f https://www.paddlepaddle.org.cn/whl/fastdeploy.html 步骤参考文档:FastDeploy-develop\examples\vision\detection\yolov7\cpp\README.md 步骤一切顺利,但是推理时报错 `(base) root@computer:/mnt/c/Users/Administrator/projects/FastDeploy-develop/fastdeploy-linux-x64-0.6.0/examples/vision/detection/yolov7/cpp/build# ./infer_demo yolov7.onnx 000000014439.jpg 2 ./infer_demo: error while loading shared libraries: libpaddle2onnx.so.1.0.1: cannot open shared object file:...

At present, the reasoning speed is a bit slow,groundingdino_swint_ogc.pth in RTX3080TI,It use 4 seconds

could you offer cifar100_wrn weights,please?

Can you offer DCNN_predict_cifar100.py?

Traceback (most recent call last): # Minibatch-size: 64 File "G:/programmer/python/PycharmProjects/PycharmProjects/cifar100/train_cifar100.py", line 86, in # epoch: 20 main() File "G:/programmer/python/PycharmProjects/PycharmProjects/cifar100/train_cifar100.py", line 38, in main model = archs[args.arch](n_out=class_num) TypeError: 'module' object is...

could you offer all model weight file of cifar100?