Open strongdeer opened 3 years ago
it should not be modified to mat = mat * csr, because of double expansion. I am deploying model to C++ Project.Welcome to exchange.
@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 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 15195875959@163.com
Is it that
mat = mat * mat
should be modified tomat = mat * csr
in functiondilated_nbrs
?