-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
C++ version #22
Comments
I want to try in C++ instead of Python. |
Then I guess you need to rewrite frnn.py with C++ to have a C++ standalone implementation. |
Yes, and we must link with the C++ Distributions of PyTorch (https://pytorch.org/cppdocs/installing.html). I was kind of hoping that someone has done it before. I will stick to Python and convert my test data instead. You can close the issue if you want. Thanks. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, this work is interesting.
I would like to try and benchmark this algorithm from a C++ progam. The solution I have now is not performing to my satisfaction and yours might be better. Do you have a recommandation on the way to do this performance test?
Thanks.
The text was updated successfully, but these errors were encountered: