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
I was running the source code and this is the error I got "'Tensor' object has no attribute 'rint'". I already installed fastai version 0.7
The text was updated successfully, but these errors were encountered:
Using below versions for different packages , I was able to get past this error!!
!pip install fastai==0.7.0 !pip install torchvision
#!pip install torch !pip install torchtext !pip install tensorboardX !python -m spacy download en !pip install tensorflow==1.11 #!pip install numpy !pip uninstall torch==1.0.0 !pip install torch
Sorry, something went wrong.
No branches or pull requests
I was running the source code and this is the error I got "'Tensor' object has no attribute 'rint'". I already installed fastai version 0.7
The text was updated successfully, but these errors were encountered: