Skip to content
This repository has been archived by the owner on Jan 25, 2024. It is now read-only.

dilated_nbrs bug #14

Open
strongdeer opened this issue Mar 10, 2021 · 3 comments
Open

dilated_nbrs bug #14

strongdeer opened this issue Mar 10, 2021 · 3 comments

Comments

@strongdeer
Copy link

Is it that mat = mat * mat should be modified to mat = mat * csr in function dilated_nbrs?

@kaikaishen
Copy link

it should not be modified to mat = mat * csr, because of double expansion.
I am deploying model to C++ Project.Welcome to exchange.

@zyandtom
Copy link

zyandtom commented Jul 14, 2021

@kaikaishen hi have you convert this model to c++ sucessfully? actually I'm doing similar thing, I try to export the pt file in torch.

@kaikaishen
Copy link

@kaikaishen hi have you convert this model to c++ sucessfully? actually I'm doing similar thing, I try to export the pt file in torch.

sucessfully,we can talk about it.my email is [email protected]

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants