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

Perf_final #5

Open
berab opened this issue Jun 22, 2022 · 0 comments
Open

Perf_final #5

berab opened this issue Jun 22, 2022 · 0 comments

Comments

@berab
Copy link

berab commented Jun 22, 2022

Hi,
I want to deploy a custom model and I don't have the txt file for the layers. After I set verbose_level to 'Perf_final' I get the following error whether there are the txt files or not (I tried this case using MV1-128).
The error:

Traceback (most recent call last):
  File "network_generate.py", line 97, in <module>
    main()
  File "network_generate.py", line 76, in main
    model_deploy('GAP8', args.chip).print_model_network(PULP_Nodes_Graph,
  File "/home/kilic/Documents/gap/dory/dory_examples/../NN_Deployment/Model_deployment.py", line 435, in print_model_network
    Network_writer.print_template_network(
  File "/home/kilic/Documents/gap/dory/dory_examples/../Templates_writer/Network_template_writer.py", line 120, in print_template_network
    s = tmpl.render(verbose_log=l,**tk)
  File "/home/kilic/anaconda3/envs/gap/lib/python3.8/site-packages/mako/template.py", line 439, in render
    return runtime._render(self, self.callable_, args, data)
  File "/home/kilic/anaconda3/envs/gap/lib/python3.8/site-packages/mako/runtime.py", line 874, in _render
    _render_context(
  File "/home/kilic/anaconda3/envs/gap/lib/python3.8/site-packages/mako/runtime.py", line 916, in _render_context
    _exec_template(inherit, lclcontext, args=args, kwargs=kwargs)
  File "/home/kilic/anaconda3/envs/gap/lib/python3.8/site-packages/mako/runtime.py", line 943, in _exec_template
    callable_(context, *args, **kwargs)
  File "_home_kilic_Documents_gap_dory_Templates_MCU_network_template_c", line 214, in render_body
AttributeError: 'node_element' object has no attribute 'check_sum_w'

I appreciate any help. Thanks.

BR,
Beran

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

No branches or pull requests

1 participant