Skip to content

Conversation

@Menace-Dragon
Copy link

Original self.io_module is a dict composed of {'node. target': node}. When quantize model has shared convolution layer such as shared detector head, the 'node. target' will matches many nodes. However {'node. target': node} can not record all these situations. Here self.io_module is modified as {'node. target': [node1, node2, .....]} to fix the problem.

@Menace-Dragon Menace-Dragon changed the title 'replace the usage of keys of self.io_module ' [fix]'replace the usage of keys of self.io_module ' Mar 7, 2023
@Menace-Dragon Menace-Dragon changed the title [fix]'replace the usage of keys of self.io_module ' [Fix] 'replace the usage of keys of self.io_module ' Mar 7, 2023
@github-actions
Copy link

github-actions bot commented Jul 6, 2023

This PR has not received any updates in 120 days. Please reply to this issue if this still unresolved!

@github-actions github-actions bot added the Stale label Jul 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant