Skip to content

Update network_kernels.cu#8629

Open
hangst wants to merge 2 commits intoAlexeyAB:masterfrom
hangst:patch-1
Open

Update network_kernels.cu#8629
hangst wants to merge 2 commits intoAlexeyAB:masterfrom
hangst:patch-1

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.

2 participants