Skip to content

Inconsistent places of HoverNet #5386

@yiheng-wang-nv

Description

@yiheng-wang-nv

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.

Metadata

Metadata

Labels

enhancementNew feature or request

Type

No type

Projects

Status

💯 Complete

Relationships

None yet

Development

No branches or pull requests

Issue actions