unseenme

Results 6 issues of unseenme

Failed to call InitFromPath(). Error: ``` Finished loading from file Layer type Deconvolution not registered Layer type Deconvolution not registered Layer type Sigmoid not registered bottom name ... ... Segmentation...

**请将下面信息填写完整,便于我们快速解决问题,谢谢!** **问题描述** 请在此处详细的描述报错信息 以下模型存在不支持转SNPE的算子 ``` picodet_l_640_coco.onnx mobilenetv3.onnx ch_PP-OCRv2_rec_infer.onnx ``` **更多信息 :** - 用于部署的推理引擎:SNPE 1.59.0 - 为什么需要转换为ONNX格式:ONNX转SNPE - Paddle2ONNX版本:未知(ONNX模型下载自https://github.com/PaddlePaddle/Paddle2ONNX/tree/model_zoo/model_zoo) - 你的联系方式(Email/Wechat/Phone):[email protected] **报错截图** ``` "Op is most likely not supported by the...

command ``` !python tools/train.py --config configs/smoke/smoke_dla34_no_dcn_kitti.yml --iters 100 --log_interval 10 --save_interval 20 ``` log ``` /opt/conda/envs/python35-paddle120-env/lib/python3.7/site-packages/matplotlib/__init__.py:107: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated,...

Project base: https://aistudio.baidu.com/aistudio/projectdetail/4455993 Paddle 3D version: dc2ce65dfd4297151e4f641266a79807285fd274 Evaluate command: ``` !python tools/evaluate.py --config configs/centerpoint/centerpoint_pillars_016voxel_minikitti.yml --model https://bj.bcebos.com/paddle3d/models/centerpoint//centerpoint_pillars_016voxel_kitti/model.pdparams --batch_size 1 --num_workers 3 ``` Error: ``` Traceback (most recent call last): File "tools/evaluate.py",...

# RFC of PaddlePaddle Hackathon 4 Task 205 ## Solution Name Portrait segmentation and Background replacement ## Description This notebook shows how to do Portrait segmentation and Background replacement with...

paddle hackathon
hackathon

### 环境 AI Stuido 脚本任务 单机四卡 PaddleClas v2.2.0 paddle v2.1.2 GPU Compute Capability: 7.0, Driver API Version: 10.1, Runtime API Version: 10.1 cuDNN Version: 7.6 python3.7 ### 问题概要 PaddleClas内存占用高于参考项目。 ###...