We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I/Adreno: PFP: 0x005ff087, ME: 0x005ff063 I/MACE: mace.cc:391 Create MaceEngine from model pb I/MACE: mace.cc:174 Creating MaceEngine, MACE version: v0.8.1-148-g15a34cc mace.cc:245 Loading Model Data I/MACE: mace.cc:182 Initializing MaceEngine I/MACE: tuner.h:148 There is no tuned parameters. I/MACE: file_storage.cc:38 File /storage/emulated/0//mace_cl_compiled_program.bin does not exist W/MACE: opencl_runtime.cc:447 There is no precompiled OpenCL binary in all OpenCL binary paths A/MACE: tensor.h:266 Check failed: image_shape[0] <= image->image_shape()[0] && image_shape[1] <= image->image_shape()[1] tensor (source op input): current physical image shape: 2, 224 < logical image shape: 224, 224
The text was updated successfully, but these errors were encountered:
看看yml的输入输出大小和代码里的tensor输入输出的大小一不一致
Sorry, something went wrong.
No branches or pull requests
I/Adreno: PFP: 0x005ff087, ME: 0x005ff063
I/MACE: mace.cc:391 Create MaceEngine from model pb
I/MACE: mace.cc:174 Creating MaceEngine, MACE version: v0.8.1-148-g15a34cc
mace.cc:245 Loading Model Data
I/MACE: mace.cc:182 Initializing MaceEngine
I/MACE: tuner.h:148 There is no tuned parameters.
I/MACE: file_storage.cc:38 File /storage/emulated/0//mace_cl_compiled_program.bin does not exist
W/MACE: opencl_runtime.cc:447 There is no precompiled OpenCL binary in all OpenCL binary paths
A/MACE: tensor.h:266 Check failed: image_shape[0] <= image->image_shape()[0] && image_shape[1] <= image->image_shape()[1] tensor (source op input): current physical image shape: 2, 224 < logical image shape: 224, 224
The text was updated successfully, but these errors were encountered: