We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Can I get this running on Windows with anaconda? I installed the required packages, but I don't know how to get the ./build.sh thing working.
The text was updated successfully, but these errors were encountered:
I never tried on Windows. You'd better use a Ubuntu.
Sorry, something went wrong.
I got DAIN to run on Windows with Python 3.6.8, Pytorch 1.1.0, CUDA 10.1 and Visual Studio 14.0.
Had to make a few small changes:
-D__CUDA_NO_HALF_OPERATORS__
#include <torch/torch.h>
#include <torch/extension.h>
python setup.py install
No branches or pull requests
Can I get this running on Windows with anaconda? I installed the required packages, but I don't know how to get the ./build.sh thing working.
The text was updated successfully, but these errors were encountered: