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
The attached file is terminal output from a complete install (under Ubuntu 18.04 (bionic) with CUDA 10.2) as per README:
pip install -r requirements.txt pip install -r requirements-dev.txt python setup.py develop
At the end is the error, the complete error message:
E RuntimeError: Input type (torch.FloatTensor) and weight type (torch.cuda.FloatTensor) should be the same
nupicresearchsetuperror.txt
The text was updated successfully, but these errors were encountered:
The same test error arose after the alternate installation procedure:
conda env create
However, before I could get that installation procedure to run successfully, I had to do 4 things:
nupic.research/environment.yml
grpcio>=1.24.3.
cd ${HOME}/nta
Sorry, something went wrong.
Apparently, the input needs to be pushed to CUDA as well as the model. See:
https://discuss.pytorch.org/t/input-type-torch-floattensor-and-weight-type-torch-cuda-floattensor-should-be-the-same/48633
No branches or pull requests
The attached file is terminal output from a complete install (under Ubuntu 18.04 (bionic) with CUDA 10.2) as per README:
At the end is the error, the complete error message:
E RuntimeError: Input type (torch.FloatTensor) and weight type (torch.cuda.FloatTensor) should be the same
nupicresearchsetuperror.txt
The text was updated successfully, but these errors were encountered: