RelTR
RelTR copied to clipboard
ImportError: cannot import name '_new_empty_tensor'
Getting this error when trying to run inference.py-- is this related to version issues with python/conda? Did my best to triage the issue independently, but all I could find is that this is a known issue with pytorch that was fixed with python 3.6, however that is the version I'm running.
Appreciate you for all your work on this btw!
Which pytorch version did you use? Could you provide more information like the error log?
I successfully reproduced by following the author's description. maybe your numpy version not match or some environment problem.