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

Update network_kernels.cu #8629

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Update network_kernels.cu #8629

wants to merge 2 commits into from

Conversation

hangst
Copy link

@hangst hangst commented Aug 10, 2022

Currently get_network_output_gpu_layer symbol is undefined in libdarknet.so. Therefore intermediate layer GPU outputs cannot be extracted through Python bindings.

This is caused by inconsistent function declaration and definition in network_kernels.cu. Specifically:

  • get_network_output_gpu_layer is declared.
  • get_network_output_layer_gpu is defined instead.

hangst and others added 2 commits August 10, 2022 15:21
Fixed inconsistent function declaration and definition: get_network_output_layer_gpu -> get_network_output_gpu_layer
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

Successfully merging this pull request may close these issues.

None yet

2 participants