Skip to content
New issue

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

File not found conv1_weights.npy in Example graph_resnet50.cpp in computeLibrary #1104

Open
RavikumarLav opened this issue Apr 29, 2024 · 0 comments

Comments

@RavikumarLav
Copy link

Output of 'strings libarm_compute.so | grep arm_compute_version':
->V24.02.1
Platform:
->Neon
Operating System:
->Linux

File not found conv1_weights.npy in Example graph_resnet50.cpp in computeLibrary.

Hello
I am trying test graph_resnet50.cpp on arm a78 core but getting failed at convolution layer file conv1_weights.npy not found
<< ConvolutionLayer(
7U, 7U, 64U,
get_weights_accessor(data_path, "/cnn_data/resnet50_model/conv1_weights.npy", weights_layout),
std::unique_ptr<arm_compute::graph::ITensorAccessor>(nullptr), PadStrideInfo(2, 2, 3, 3))
.set_name("conv1/convolution")
<< BatchNormalizationLayer(
get_weights_accessor(data_path, "/cnn_data/resnet50_model/conv1_BatchNorm_moving_mean.npy"),
get_weights_accessor(data_path, "/cnn_data/resnet50_model/conv1_BatchNorm_moving_variance.npy"),
get_weights_accessor(data_path, "/cnn_data/resnet50_model/conv1_BatchNorm_gamma.npy"),
get_weights_accessor(data_path, "/cnn_data/resnet50_model/conv1_BatchNorm_beta.npy"),
0.0000100099996416f)
.set_name("conv1/BatchNorm")

I am not able find these files in repo please let us know Where we can get these weights in the git repo to test above example.
Problem description:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants