Skip to content
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

'Tensor' object has no attribute 'rint' #2

Open
shanku007 opened this issue Apr 5, 2019 · 1 comment
Open

'Tensor' object has no attribute 'rint' #2

shanku007 opened this issue Apr 5, 2019 · 1 comment

Comments

@shanku007
Copy link

shanku007 commented Apr 5, 2019

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
image

@PawanSran
Copy link

PawanSran commented Apr 23, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants