StrugglingForBetter
StrugglingForBetter
**1. 环境(environment)** - Build OS and Version: Mac/Ubuntu/Centos/Windows - RunTime OS Version: Linux/Android/IOS - RunTime DEVICE: ARM/OPENCL/METAL **2. Github版本** - branch: - commit(optional): 2e9e97cc4ef479af1e820f0c24c03ffa21926540 (HEAD) **3. 编译方式(compile method)** CMake完整编译参数(full cmake...
delete
delete
@chuanqi305 Thanks for your contribution. We used mobile net v2(generated all prototxt files following your steps) to train our own dataset. After more than 80000 iterations, its MAP exceeds 70%....
tw.draw_model(model,[1,3,300,300]) IndexError: too many indices for tensor of dimension 4
请问下paddle slim可以对leakyRelu做量化处理吗?我看有些框架没法对leakyRelu量化,导致即使量化了,还是相当于跑float一样,不知道paddle在这方面做得怎么样?如果好的话,可以考虑入坑
感谢您参与 X2Paddle 社区! 问题模版为了 X2Paddle 能更好的迭代,例如新功能发布、 RoadMaps 和错误跟踪. :smile_cat: ## 问题描述 使用pip install x2paddle安装成功 然后使用指令 x2paddle --framework=onnx --model=model.onnx -save_dir=pd_model onnx转paddle不成功,尝试用onnxsim简化,简化过的onnx还是转换paddle模型失败 - 错误信息 ValueError: (InvalidArgument) Broadcast dimension mismatch. Operands could not...
跑python test.py报错: RuntimeError: Given groups=1, weight of size [64, 3, 3, 3], expected input[1, 112, 112, 3] to have 3 channels, but got 112 channels instead
The following problem occured when running models_maskyolo/mb_body_mask/train_maskyolo_step1.sh Check failed: error == cudaSuccess (74 vs. 0) misaligned address *** Check failure stack trace: *** F0327 14:22:53.845574 4828 math_functions.hpp:179] Check failed: error...
when run this command python test_batch.py img1.txt img2.txt results it reports error message: Check failed: status == CUDNN_STATUS_SUCCESS (3 vs. 0) CUDNN_STATUS_BAD_PARAM Can you help me with this problem? Thanks