-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Inconsistent places of HoverNet #5386
Copy link
Copy link
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
When I compared our implementation of HoverNet and the referred version, I found a different place:
for each residual block, the kernel size of the second conv layer is 3 (see here). However, our implementation uses the value 1 (see here) .
In addition, there is a small issue that the type of drop_first_norm_relu should be bool rather than int.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
Type
Projects
Status
💯 Complete